본문 바로가기

Linux/Makefile

-nostdinc

http://www.falinux.com/bbs/view.php?id=lec_boot&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=2

-nostdinc 는 표준 헤더파일의 디렉토리를 참조하지 않고 -I옵션에 지정된 디렉토리에서 헤더 파일을
찾으라는 것입니다. 링크시 사용되는 옵션은 Linker flags로 -static -nostdlib와 같습니다.

'Linux > Makefile' 카테고리의 다른 글

-nostdlib  (0) 2013.09.26
-static  (0) 2013.09.26
-Wall  (0) 2013.09.26
-O2  (0) 2013.09.26
subsystem:console  (0) 2013.09.26