Why do projects use the -I include switch given the dangers?
What legitimate reasons are there for -I over -iquote? -I is standardized (at least by POSIX) while -iquote isn’t. (Practically, I’m using -I because tinycc (one of the compilers I want my project to compile with) doesn’t support -iquote.) How do projects manage with -I given the dangers? You’d have the includes wrapped in a … Read more