Skip to content

Commit 9e16abe

Browse files
committed
1.61: Updated Makefile
1 parent 876e393 commit 9e16abe

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
@@ -54,7 +54,7 @@ else # !COMSPEC
5454
endif # COMSPEC
5555

5656
ifndef CXXFLAGS
57-
CXXFLAGS=-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 $(CPPCHK_GLIBCXX_DEBUG) -g
57+
CXXFLAGS=-O2 -DNDEBUG -Wall
5858
endif
5959

6060
ifeq ($(HAVE_RULES),yes)

0 commit comments

Comments
 (0)