www.nico.schottelius.org/software/cinit/browse_source/cinit-0.3pre10/conf/cflags

7 lines
224 B
Text
Raw Normal View History

-pipe -W -Wall -Werror -Iinclude -g -D_XOPEN_SOURCE=600 -D_USE_POSIX
Standard flags to pass to (g)cc.
-D_XOPEN_SOURCE=600 must be used on glibc to select the right standard.
-D_USE_POSIX is needed for sigemptyset on glibc