Author Topic: FR: include headers (-I vs -isystem)  (Read 4315 times)

julienlecomte

  • Guest
FR: include headers (-I vs -isystem)
« on: April 27, 2006, 05:07:06 pm »

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.