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)