From 3d471f92e8c432218b42fbde386427a230695fc6 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 7 Aug 2007 20:05:22 +0000 Subject: [PATCH 1/1] 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 --- src/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) 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 -- 2.20.1