1.50: Updated Makefile

This commit is contained in:
Daniel Marjamäki 2011-08-14 08:13:02 +02:00
parent a0a493d584
commit 315112314c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
HAVE_RULES = yes HAVE_RULES = yes
ifndef CXXFLAGS ifndef CXXFLAGS
CXXFLAGS=-Wall -Wextra -Wshadow -pedantic -Wno-long-long -Wfloat-equal -Wcast-qual -g CXXFLAGS=-O2 -DNDEBUG -Wall
endif endif
ifeq ($(HAVE_RULES),yes) ifeq ($(HAVE_RULES),yes)