Skip to content

Commit 2ec0b7a

Browse files
committed

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
@@ -2,7 +2,7 @@ ifeq ($(WARN),1)
22
ifeq ($(CXX),g++)
33
WARN_FLAGS = -O3 -g -Wall -Wextra -Werror # -Weffc++
44
else ifeq ($(CXX),clang++)
5-
WARN_FLAGS = -O3 -g -Werror
5+
WARN_FLAGS = -O3 -g -Wall -Wextra -Werror
66
else ifeq ($(CXX),icpc)
77
WARN_FLAGS = -O3 -ipo -g -Wall -wd981 -wd383 -wd2259 -Werror # -Weffc++
88
endif

0 commit comments

Comments
 (0)