api: ifdef out some posix options
[libc-test] / src / api / Makefile
index 1c3ab0c..be3671a 100644 (file)
@@ -1,4 +1,5 @@
-CFLAGS+=-std=c99 -Wall -Werror -Wno-unused -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700
+CFLAGS+=-std=c99 -pedantic-errors -Wall -Werror -Wno-unused -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700
+#CFLAGS+=-DX_PS -DX_TPS -DX_TYM -DX_RPP_TPP
 
 all:
        for i in *.c; do \