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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user