Author Topic: [Solved] Compiler and linker flags output  (Read 3583 times)

Glajan

  • Guest
[Solved] Compiler and linker flags output
« 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
« Last Edit: September 20, 2008, 12:52:48 pm by Glajan »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Compiler and linker flags output
« Reply #1 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".

Glajan

  • Guest
Re: Compiler and linker flags output
« Reply #2 on: September 20, 2008, 12:52:30 pm »
Thank you, it gave exactly what I wanted.