From 45b5edc081bdade55df8261f10c62abe08195803 Mon Sep 17 00:00:00 2001 From: maartenkeijzer Date: Wed, 16 Jan 2002 14:52:11 +0000 Subject: [PATCH] Increased template depth --- 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 70223600..bdff28eb 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 +CXXFLAGS = -g -Wall -ftemplate-depth-30 ############################################################################### # PLEASE don't break the line (see create_batch.sh)