X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ebf1459a3667f63005cf1c5b87b07d1aa7cbab9a..10f7b5f50f97af5ac7c9663b361717a219cfd4d3:/acmacro/compiler-flags.m4 diff --git a/acmacro/compiler-flags.m4 b/acmacro/compiler-flags.m4 index 5d384f08d1..6ac6712d2e 100644 --- a/acmacro/compiler-flags.m4 +++ b/acmacro/compiler-flags.m4 @@ -53,7 +53,7 @@ AC_DEFUN([GNOME_COMPILE_WARNINGS],[ optCFLAGS="-ffast-math -funroll-loops -fno-strict-aliasing" case " $CFLAGS " in *-O*) ;; - *) optCFLAGS="$optCFLAGS -03" ;; + *) optCFLAGS="$optCFLAGS -O3" ;; esac fi AC_MSG_RESULT($optCFLAGS)