From d58511132c25d2b32b8f510526dd049212255b87 Mon Sep 17 00:00:00 2001 From: maartenkeijzer Date: Fri, 9 Feb 2001 11:52:55 +0000 Subject: [PATCH] Removed the -O2 flag from the makefile in the test directory. Builds should go faster now. --- 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 3f00251f..f8c3d784 100644 --- a/eo/test/Makefile.am +++ b/eo/test/Makefile.am @@ -10,7 +10,7 @@ DEPS = $(top_builddir)/src/libeo.a $(top_builddir)/src/utils/libeoutils.a INCLUDES = -I$(top_builddir)/src LDADDS = $(top_builddir)/src/libeo.a $(top_builddir)/src/utils/libeoutils.a - +CXXFLAGS = -g ############################################################################### noinst_PROGRAMS = t-eofitness t-eobin t-eoStateAndParser t-eoCheckpointing t-eoExternalEO t-eoSymreg t-eo t-eoReplacement t-eoSelect t-eoGenOp