Is there a way to explicitly exclude a given directory from includes in CFLAGS
, so that it can be set from command line at build time?
What I'm searching for is like the opposite of -I<directory>
, an -Ino<directory>
.
Is there a way to explicitly exclude a given directory from includes in CFLAGS
, so that it can be set from command line at build time?
What I'm searching for is like the opposite of -I<directory>
, an -Ino<directory>
.