Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do generate the header we need with flexml
[simgrid.git] / acmacro / compiler-flags.m4
index 5d384f0..6ac6712 100644 (file)
@@ -53,7 +53,7 @@ AC_DEFUN([GNOME_COMPILE_WARNINGS],[
       optCFLAGS="-ffast-math -funroll-loops -fno-strict-aliasing"
       case " $CFLAGS " in
       *-O*) ;;
       optCFLAGS="-ffast-math -funroll-loops -fno-strict-aliasing"
       case " $CFLAGS " in
       *-O*) ;;
-      *) optCFLAGS="$optCFLAGS -03" ;;
+      *) optCFLAGS="$optCFLAGS -O3" ;;
       esac
   fi
   AC_MSG_RESULT($optCFLAGS)
       esac
   fi
   AC_MSG_RESULT($optCFLAGS)