Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
I know -O0 is not a warning flag but it is convenient when debuging...
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 27 Jan 2005 00:02:51 +0000 (00:02 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 27 Jan 2005 00:02:51 +0000 (00:02 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@781 48e7efb5-ca39-0410-a469-dd3cf9ba447f

acmacro/compiler-flags.m4

index 2b6672c..1f27293 100644 (file)
@@ -21,7 +21,7 @@ AC_DEFUN([GNOME_COMPILE_WARNINGS],[
       warnCFLAGS="$warnCFLAGS  -Wmissing-prototypes -Wmissing-declarations \
  -finline-functions  -Wshadow -Wpointer-arith -Wchar-subscripts -Wcomment \
  -Wformat=2 -Wno-unused-variable -Wno-unused-function -Wwrite-strings \
- -Werror"
+ -Werror -O0"
     fi
   fi