Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: julienlecomte on April 27, 2006, 05:07:06 pm

Title: FR: include headers (-I vs -isystem)
Post by: julienlecomte 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.