CHanged CXXFLAGS to nothing - so lib files remain of manageable size!

This commit is contained in:
evomarc 2001-05-08 04:44:30 +00:00
commit b7915a4bbe
2 changed files with 2 additions and 2 deletions

View file

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