* 자주 눈에 띄는 옵션들을 따로 정리해두는 곳입니다.
-I- #
include 경로를 분할한다. -I- 이전에 -I 옵션으로 정의된 모든 디렉토리는 단지 #include "file"로 지정된 헤더화일을 검색하는데에만 사용된다 ; 이 디렉토리들은 #include <file>에 대한 헤더화일 검색에는 사용되지 않는다. 만약 -I- 다음에 지정된 -I 옵션 디렉토리들은 모든 #include 전처리명령에서 사용된다.
In addition, -I- inhibits the use of the directory of the current file directory as the first search directory for #include "file".








![[http]](/wiki/imgs/http.png)
