Changed EPANET makefiles to use -O3 optimization level.

git-svn-id: https://epanet.svn.sourceforge.net/svnroot/epanet/BASE/trunk@303 c320cabd-cc23-0410-96d8-e60fbf53ed7f
This commit is contained in:
James Uber
2009-08-10 06:59:52 +00:00
parent d95a8273ae
commit c9920ba7db
5 changed files with 7 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ docdir = $(datarootdir)/doc/epanet
# Compiler and flags
CC = /bin/gcc
dlltool = /bin/dlltool
CFLAGS = -g -O
CFLAGS = -g -O3
CPPFLAGS = -I $(srcdir) -I $(epanetincludedir)
LDFLAGS = -L . -W1,-rpath,$(libdir) -lm