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