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.
2 parents e310210 + e42f833 commit 9804092Copy full SHA for 9804092
1 file changed
mk/flags.mk
@@ -28,7 +28,7 @@ else
28
MARCH ?= # -m32 or -m64
29
endif
30
31
-CXXFLAGS += -std=gnu++11 -D LINUX -Wunused-variable -Wno-deprecated-register -Wno-narrowing -Wno-free-nonheap-object -Werror $(MARCH)
+CXXFLAGS += -std=gnu++11 -D LINUX -Wunused-variable -Wno-deprecated-register -Wno-narrowing -Werror $(MARCH)
32
#CXXFLAGS += -Wall -Wextra -Wshadow -pedantic-errors
33
CFLAGS += -std=gnu11 -D LINUX -D _GNU_SOURCE -Werror $(MARCH)
34
YYFLAGS += -Wno-other # --debug --verbose
0 commit comments