Forum Rule: Always post complete source code & details to reproduce any issue!
-
Description of compile options
Does anyone have a description and suggested usage for the optimize options, such as:
Fast, Faster, Fastest
LTO
Pure Code
Debug
Smallest code
etc.
I tend to use FASTEST + pure code and LTO option as my code runs the fastest with these options, but don't like blind decisions.
Thanks in advance
-
maybe have a check with actual compiler and linker options (verbose mode)
-
I just tried that, nothing useful is reported, only what's being compiled.
-

Originally Posted by
KrisKasprzak
I just tried that, nothing useful is reported, only what's being compiled.
AFAIk, in the compiler commands are all options -O3 for example
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules