Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] General toolchain options

> Is there a way to specify tool options which are applicable to several 
> tools? I've got a toolchain with several options which are applicable to 
> all tools in the toolchain (enable/disable warnings, target cpu type, etc.)
> 
> What is the best way to implement this?

Since CDT4 you are allowed to specify options on a toolchain level.
The commandline generators for the different tools can then add
these global options to their tool specific options.

Regards,
  Wieant


Back to the top