Author Topic: [feature request] ignore parameters  (Read 3614 times)

Offline Hans Henrik

  • Multiple posting newcomer
  • *
  • Posts: 23
[feature request] ignore parameters
« on: December 08, 2008, 11:55:16 am »
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)

Offline jfouche

  • Multiple posting newcomer
  • *
  • Posts: 28
Re: [feature request] ignore parameters
« Reply #1 on: December 08, 2008, 02:13:01 pm »
Maybe the good way is to play with env vars ?
--
Jérémie

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: [feature request] ignore parameters
« Reply #2 on: December 08, 2008, 03:12:28 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ