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

@ -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