Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: Alm3n on March 14, 2012, 12:00:49 pm
-
Hi.
What do I need to do to see which compilation flags is passed to compiler in Build log window?
I want to see something like
g++ -c -O2 -Wextra -frtti -fexceptions -mthreads -Wall -o testhelper.o testhelper.cpp
But i see only
Compiling: testhelper.cpp
In another words, i want to see command line which passed to compiler.
Sorry for language mistakes or wrong forum, I am not English-speaking.
-
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)