Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
How can I tell whether a code has been compiled with or without optimization?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: How can I tell whether a code has been compiled with or without optimization? (Read 2421 times)
droman07
Guest
How can I tell whether a code has been compiled with or without optimization?
«
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.
Logged
oBFusCATed
Developer
Lives here!
Posts: 13413
Re: How can I tell whether a code has been compiled with or without optimization?
«
Reply #1 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.
Logged
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]
stahta01
Lives here!
Posts: 7649
Re: How can I tell whether a code has been compiled with or without optimization?
«
Reply #2 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
Logged
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ.
http://wiki.codeblocks.org
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
How can I tell whether a code has been compiled with or without optimization?