Removed the -O2 from ga and es dirs - it takes waaaaaaaaaaaaay too much time

at least with g++ 2.95.3
This commit is contained in:
evomarc 2001-04-27 04:03:16 +00:00
commit 7b8999b205
2 changed files with 3 additions and 3 deletions

View file

@ -15,5 +15,6 @@ libes_a_SOURCES = make_algo_scalar_real.cpp \
make_pop_real.cpp \
make_run_real.cpp
CPPFLAGS = -Wall
CXXFLAGS = -g
libeoincdir = $(includedir)/eo/es
libeoinc_HEADERS = eoEsChromInit.h eoEsFull.h eoEsMutate.h eoEsMutationInit.h eoEsSimple.h eoEsStdev.h eoEsStdevXOver.h eoGenericRealOp.h eoNormalMutation.h eoReal.h eoRealOp.h

View file

@ -14,8 +14,7 @@ libga_a_SOURCES = make_algo_scalar_ga.cpp \
make_op_ga.cpp \
make_pop_ga.cpp \
make_run_ga.cpp
CPPFLAGS = -O2 -Wall
CPPFLAGS = -Wall
CXXFLAGS = -g
libeoincdir = $(includedir)/eo/ga
libeoinc_HEADERS = eoBit.h eoBitOp.h eoBitOpFactory.h ga.h