Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
change execution rights on build scripts
[simgrid.git] / buildtools / jenkins / runmingw.sh
old mode 100644 (file)
new mode 100755 (executable)
index b813165..dc901e8
@@ -16,7 +16,7 @@ fi
 
 if [ "$build_mode" = "ModelChecker" ]
 then
-cmake -G "MSYS Makefiles" -Denable_model-checking=ON ..
+cmake -G "MSYS Makefiles" -Denable_model-checking=ON -Denable_compile_optimizations=OFF ..
 fi
 
 make