Code::Blocks Forums
User forums => Help => Topic started by: Glajan on September 20, 2008, 12:02:21 pm
-
Hello
I'm a Code::Blocks beginner, nice IDE by the way :D.
I use Code::Blocks 8.02 and i wonder if there is a way to see in any logs what flags etc. are sent to the compiler and linker (i do not see them in the "Build log" tab) ?
Thank you in advance
-
Hello
I'm a Code::Blocks beginner, nice IDE by the way :D.
I use Code::Blocks 8.02 and i wonder if there is a way to see in any logs what flags etc. are sent to the compiler and linker (i do not see them in the "Build log" tab) ?
Thank you in advance
You can turn on full commandline logging:
"Settings -> Compiler and debugger... -> Global compiler settings -> Other settings(rightmost tab)" "Compiler logging" to "Full commandline".
-
Thank you, it gave exactly what I wanted.