News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

[feature request] ignore parameters

Started by Hans Henrik, December 08, 2008, 11:55:16 AM

Previous topic - Next topic

Hans Henrik

sometimes, i need to remove certain parameters from my project, while still i might need them later..
could it be added something like search dir/linker options/etc:
//C:\dev-cpp\include
C:\minGW\include

lines starting with a prefix like // or !Ignore or something like that, will be ignored?

(or sorry if this already exist tho)

jfouche

Maybe the good way is to play with env vars ?
--
Jérémie

MortenMacFly

Quote from: jfouche on December 08, 2008, 02:13:01 PM
Maybe the good way is to play with env vars ?
Either this or use a global variable for this. That's a use case they were made for.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]