Hacker News new | ask | show | jobs
by asymptotically2 2359 days ago
If it's a static method (or in an anonymous namespace in C++), it should get fixed at any optimisation level. However if it's a global method, you'll need to pass -flto to defer optimisations to link time to make it work.