From 5b3b5d79fab1c87164a8b2aa04205046b971a63a Mon Sep 17 00:00:00 2001 From: evomarc Date: Wed, 8 May 2002 06:14:23 +0000 Subject: [PATCH] Removed the template_depth argument (since we are finally NOT going for the fitness_trait stuff). --- eo/test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/test/Makefile.am b/eo/test/Makefile.am index bdff28eb..166a137a 100644 --- a/eo/test/Makefile.am +++ b/eo/test/Makefile.am @@ -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)