From 83d0cc97acfe93eea0bc0fde78f218fd523faeed Mon Sep 17 00:00:00 2001 From: mquinson Date: Sat, 24 Jul 2004 00:40:49 +0000 Subject: [PATCH 1/1] Do compile with debugging symbols. No idea how I managed to get there without them git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@327 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/gras/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gras/Makefile.am b/src/gras/Makefile.am index a7a6c58f96..1cdb2658df 100644 --- a/src/gras/Makefile.am +++ b/src/gras/Makefile.am @@ -1,4 +1,5 @@ SUBDIRS=. Tests +AM_CFLAGS=-g MAINTAINERCLEANFILES=Makefile.in INCLUDES= -I$(top_srcdir)/src/include \ @CFLAGS_SimGrid@ -- 2.20.1