File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ $(math.OBJS): src/common/mtest.h
115115$(B ) /api/main.exe : $(api.OBJS )
116116api/main.OBJS: =$(api.OBJS )
117117$(api.OBJS ) :$(B ) /common/options.h
118- $(api.OBJS):CFLAGS+ =-Wno-unused -D_XOPEN_SOURCE=700
119118
120119all run : $(B ) /REPORT
121120 grep FAIL $< || echo PASS
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ SKIP_FP_EXCEPT_TEST:=0
55
66# Build and link flags
77CFLAGS += -DSKIP_FP_EXCEPT_TEST=$(SKIP_FP_EXCEPT_TEST)
8- CFLAGS += -pipe -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -Wno-unused-function -Wno-missing-braces -Wno-unused -Wno-overflow
8+ CFLAGS += -pipe -std=c99 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700
9+ CFLAGS += -Wall -pedantic -Wno-unused-function -Wno-missing-braces -Wno-unused -Wno-overflow
910CFLAGS += -Wno-unknown-pragmas -fno-builtin -frounding-math
1011CFLAGS += -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith
1112CFLAGS += -g
You can’t perform that action at this time.
0 commit comments