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

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