News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

FR: include headers (-I vs -isystem)

Started by julienlecomte, April 27, 2006, 05:07:06 PM

Previous topic - Next topic

julienlecomte


Hi !

As a feature request, some compilers can use different args to include headers. GCC, for example, uses either -I or -isystem; the latter turning off all warnings (-Wall).
It would be nice if we could specify both types of flags in the 'compiler options >> advanced' window.