Skip to content

Commit 803c84d

Browse files
committed
Makefile
1 parent 18e7c9e commit 803c84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ else
9090
MARCH=$(_SSE)
9191
endif
9292

93-
CFLAGS+= $(DEBUG) $(OPT) -w -Wall
93+
CFLAGS+= $(DEBUG) $(OPT) -w -Wall -pedantic
9494
ifeq ($(PGO), 1)
9595
CFLAGS+=-fprofile-generate
9696
LDFLAGS+=-lgcov

0 commit comments

Comments
 (0)