Skip to content

Commit a0c84d1

Browse files
committed
1.64: Updated Makefile
1 parent 6a2f326 commit a0c84d1

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
@@ -60,7 +60,7 @@ else # !COMSPEC
6060
endif # COMSPEC
6161

6262
ifndef CXXFLAGS
63-
CXXFLAGS=-include lib/cxx11emu.h -pedantic -Wall -Wextra -Wabi -Wcast-qual -Wconversion -Wfloat-equal -Winline -Wmissing-declarations -Wmissing-format-attribute -Wno-long-long -Woverloaded-virtual -Wpacked -Wredundant-decls -Wshadow -Wsign-promo -Wno-sign-compare $(CPPCHK_GLIBCXX_DEBUG) -g
63+
CXXFLAGS=-O2 -DNDEBUG -Wall
6464
endif
6565

6666
ifeq ($(HAVE_RULES),yes)

0 commit comments

Comments
 (0)