Hello there,
I'm wondering why for example, "Interprocedural Optimizations" aren't enabled by default since they include important things like "dead call deletion" / "inlining" / whole program analysis. Why so?
On the other hand im wondering what compiler settings I should use, to get maximum out of it. // for windows
Should I set O3 / Interprocedural Optimizations / Loop Unrolling ?
Thanks a lot!