Bug #13515 2008-04-02 13:52

loaden

About compiler options

In VC2005 compiler, i want use '/Fo' option to set obj file output dir, but it disable. the error msg is:

cl : Command line warning D4025 : overriding '/FoD:\obj' with '/FoD:\obj\src\Test.obj'

In the same compiler, the option of '[/Zi /D_DEBUG]', this option can not use in NDEBUG mode, so when i build a release version, i can't add a debug info to bin file.

I hope change this option to [/Zi], not '[/Zi /D_DEBUG]'.

Thanks!

Linker settings can not add '/DEBUG' in a new line, but can do it like '/DEBUG /PDB:"$(BIN)\Test.pdb"'

A new bug: 'Display build progress bar' are not work.

CB version is svn4966

Category
Compiler
Group
 
Status
Closed
Close date
2010-10-03 23:07
Assigned to