From 654d4134187f74c5b78fa02335cd529625aba79a Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 3 Mar 2005 22:04:47 +0000 Subject: [PATCH] Don't try to optimize, since it breaks on ppc git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1144 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- testsuite/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 3a13d73993..599825a81a 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -1,5 +1,5 @@ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/src/include -AM_CFLAGS=-g +AM_CFLAGS=-g -O0 CLEANFILES = *~ test a.out *.o gras/datadesc_usage.out datadesc_usage.out DISTCLEANFILES = gras/.libs/* xbt/.libs/* surf/.libs/* msg/.libs/* -- 2.20.1