From: mquinson Date: Sat, 24 Jul 2004 00:40:49 +0000 (+0000) Subject: Do compile with debugging symbols. No idea how I managed to get there without them X-Git-Tag: v3.3~5021 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/83d0cc97acfe93eea0bc0fde78f218fd523faeed?hp=35ed4dcf46c75f99006b67a85290d17d62a55bfa 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 --- 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@