Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: droman07 on February 11, 2015, 07:34:24 pm

Title: How can I tell whether a code has been compiled with or without optimization?
Post by: droman07 on February 11, 2015, 07:34:24 pm
I compiled a code in codeblocks and someone asked me whether I compiled it with optimization or without optimization.
Title: Re: How can I tell whether a code has been compiled with or without optimization?
Post by: oBFusCATed on February 11, 2015, 08:48:08 pm
1. Do full rebuild.
2. Inspect the build full build log.
3. Search the meaning of each option you see in the log in the manual of the compiler you're using.
Title: Re: How can I tell whether a code has been compiled with or without optimization?
Post by: stahta01 on February 11, 2015, 08:52:41 pm
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)