We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b442b9 commit ceb6754Copy full SHA for ceb6754
1 file changed
Makefile
@@ -115,7 +115,7 @@ $(math.OBJS): src/common/mtest.h
115
$(B)/api/main.exe: $(api.OBJS)
116
api/main.OBJS:=$(api.OBJS)
117
$(api.OBJS):$(B)/common/options.h
118
-$(api.OBJS):CFLAGS+=-pedantic-errors -Werror -Wno-unused -D_XOPEN_SOURCE=700
+$(api.OBJS):CFLAGS+=-Wno-unused -D_XOPEN_SOURCE=700
119
120
all run: $(B)/REPORT
121
grep FAIL $< || echo PASS
0 commit comments