We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1181dee commit 3e7b6acCopy full SHA for 3e7b6ac
1 file changed
Makefile
@@ -124,7 +124,7 @@ vpath %.cpp $(SRC_DIR)
124
PKG_CONFIG = pkg-config
125
$(call ensure_binary,$(PKG_CONFIG))
126
127
-override CFLAGS += -std=c++11 -Wall -pedantic -O2 -g
+override CFLAGS += -std=c++11 -Wall -Wextra -pedantic -O2 -g
128
129
GCC_4_2_OR_HIGHER := $(shell expr `$(CXX) -dumpversion | sed 's/\.//g'` \>= 420)
130
ifeq "$(GCC_4_2_OR_HIGHER)" "1"
0 commit comments