From: mquinson Date: Tue, 7 Aug 2007 20:05:22 +0000 (+0000) Subject: Do not pass -g, or we conflict with the -g3 passed by the compiler.m4. And let this... X-Git-Tag: v3.3~1333 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3d471f92e8c432218b42fbde386427a230695fc6?hp=17a7bbf450a12b9e518d3ed580cd56e43c70cab3 Do not pass -g, or we conflict with the -g3 passed by the compiler.m4. And let this macro do its job, don't pass any CFLAGS here git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4027 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/Makefile.am b/src/Makefile.am index 5ea11934d5..712816dd96 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,14 +1,8 @@ -#AM_CPPFLAGS= -AM_CFLAGS= -g #AM_CFLAGS= -DNDEBUG # -DNLOG cuts absolutely all logs at compilation time. # -DNDEBUG cuts asserts and logs at "trace" and "debug" levels. -# -g -ffast-math -funroll-loops -O3 -fno-strict-aliasing -# Those should be added by configure when using gcc -# fast-math is nasty when using IEEE floating point semantic -# strict-aliasing breaks my type-punning bad habit. MAINTAINERCLEANFILES=Makefile.in