Removed the template_depth argument (since we are finally NOT going for

the fitness_trait stuff).
This commit is contained in:
evomarc 2002-05-08 06:14:23 +00:00
commit 5b3b5d79fa

View file

@ -10,7 +10,7 @@ DEPS = $(top_builddir)/src/utils/libeoutils.a $(top_builddir)/src/libeo.a
INCLUDES = -I$(top_builddir)/src
LDADDS = $(top_builddir)/src/utils/libeoutils.a $(top_builddir)/src/libeo.a
CXXFLAGS = -g -Wall -ftemplate-depth-30
CXXFLAGS = -g -Wall
###############################################################################
# PLEASE don't break the line (see create_batch.sh)