Skip to content

Commit

Permalink
1.62: Updated Makefile for release
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Oct 12, 2013
1 parent ee32500 commit 51f83fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -54,7 +54,7 @@ else # !COMSPEC
endif # COMSPEC

ifndef CXXFLAGS
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
CXXFLAGS=-O2 -DNDEBUG -Wall
endif

ifeq ($(HAVE_RULES),yes)
Expand Down

0 comments on commit 51f83fc

Please sign in to comment.