Code::Blocks Forums

User forums => Help => Topic started by: Glajan on September 20, 2008, 12:02:21 pm

Title: [Solved] Compiler and linker flags output
Post 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
Title: Re: Compiler and linker flags output
Post by: Jenna on September 20, 2008, 12:17:33 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

You can turn on full commandline logging:

"Settings -> Compiler and debugger... -> Global compiler settings -> Other settings(rightmost tab)" "Compiler logging" to "Full commandline".
Title: Re: Compiler and linker flags output
Post by: Glajan on September 20, 2008, 12:52:30 pm
Thank you, it gave exactly what I wanted.