I'd like to have my program link time optimized. Where do I have to enter it to enable it?
If it matters (I hope it doesn't): I'm using MinGW-w64 5.0 on Windows.
edit: I really don't see why it wouldn't matter that I'm using CLion. I'm aware that - for now - it uses CMake as underlying build system.
But a) In the future CMake won't be the only build system that CLion will support (See here), so refering to CMake wouldn't solve the problem itself.
And b) adjusting the CMakeLists.txt would still require, that I configure each project individually. I asked for a way to configure the IDE, so it would do it for me.
I also don't this that it's an unsolvable problem per se. There could be a configuration or a PlugIn that does the trick. I failed to find it.. yet that doesn't mean that my question is unanswerable.