CHanged CXXFLAGS to nothing - so lib files remain of manageable size!
This commit is contained in:
parent
09388c8ed5
commit
b7915a4bbe
2 changed files with 2 additions and 2 deletions
|
|
@ -14,6 +14,6 @@ libes_a_SOURCES = make_algo_scalar_real.cpp make_checkpoint_real.cpp \
|
|||
make_op_es.cpp make_pop_es.cpp make_run_es.cpp
|
||||
|
||||
CPPFLAGS = -Wall
|
||||
CXXFLAGS = -g
|
||||
CXXFLAGS =
|
||||
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 eoEsGlobalXover.h eoEsLocalXover.h eoRealAtomXover.h
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue