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 18e7c9e commit 803c84dCopy full SHA for 803c84d
makefile
@@ -90,7 +90,7 @@ else
90
MARCH=$(_SSE)
91
endif
92
93
-CFLAGS+= $(DEBUG) $(OPT) -w -Wall
+CFLAGS+= $(DEBUG) $(OPT) -w -Wall -pedantic
94
ifeq ($(PGO), 1)
95
CFLAGS+=-fprofile-generate
96
LDFLAGS+=-lgcov
0 commit comments