Added -O2 as compiler flag

This commit is contained in:
mac 2000-08-23 14:56:04 +00:00
commit fc172ef858
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@
###############################################################################
SUBDIRS = es ga gp utils other
CPPFLAGS = -O2
lib_LIBRARIES = libeo.a
libeo_a_SOURCES = eoPrintable.cpp eoPersistent.cpp eoFunctorStore.cpp

View file

@ -5,7 +5,7 @@
###############################################################################
INCLUDES = -I$(top_builddir)/src
CPPFLAGS = -O2
lib_LIBRARIES = libeoutils.a
libeoutils_a_SOURCES = eoParser.cpp eoRNG.cpp eoState.cpp eoUpdater.cpp eoFileMonitor.cpp eoStdoutMonitor.cpp