Added -O2 as compiler flag
This commit is contained in:
parent
ca46a3651b
commit
fc172ef858
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Reference in a new issue