Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Alm3n on March 14, 2012, 12:00:49 pm

Title: Build log information.
Post 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
Quote
g++ -c -O2 -Wextra -frtti -fexceptions -mthreads -Wall -o testhelper.o testhelper.cpp
But i see only
Quote
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.
Title: Re: Build log information.
Post by: stahta01 on March 14, 2012, 01:04:44 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)