News:

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

Main Menu

Help passing a compiler flag to the compiler?

Started by Zingam, March 26, 2006, 02:19:05 PM

Previous topic - Next topic

Zingam

How do I pass the following flag to the compiler -Lco ?

Is it possible somehow, when I select the compiler option -g (generate debug info) -Lco to be automatically added too?

ivo

go to: compiler & debugger settings ->compiler->other options

OR

Project->Build options->compiler->other options

Zingam

#2
It doesn't work.

There is no effect and no error messages are issued. I'm talking about the DMD compiler here.

There is another option to pass the /CO flag to the linker directly but it reports that there is no file \CO.d so it does not accept it as a flag but rather as a file name.