News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

[Solved] Compiler and linker flags output

Started by Glajan, September 20, 2008, 12:02:21 PM

Previous topic - Next topic

Glajan

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

Jenna

Quote from: 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

You can turn on full commandline logging:

"Settings -> Compiler and debugger... -> Global compiler settings -> Other settings(rightmost tab)" "Compiler logging" to "Full commandline".

Glajan

Thank you, it gave exactly what I wanted.