Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[jenkins] Fix optimization variable name
authorGabriel Corona <gabriel.corona@enst-bretagne.fr>
Mon, 27 Jul 2015 16:33:27 +0000 (18:33 +0200)
committerGabriel Corona <gabriel.corona@enst-bretagne.fr>
Mon, 27 Jul 2015 16:33:27 +0000 (18:33 +0200)
buildtools/jenkins/build.sh

index 0c4a2e2..b0ac127 100755 (executable)
@@ -64,7 +64,7 @@ cd `cat VERSION`
 cmake -G"$GENERATOR"\
   -Denable_debug=ON -Denable_documentation=OFF -Denable_coverage=OFF \
   -Denable_model-checking=$(onoff test "$build_mode" = "ModelChecker") \
 cmake -G"$GENERATOR"\
   -Denable_debug=ON -Denable_documentation=OFF -Denable_coverage=OFF \
   -Denable_model-checking=$(onoff test "$build_mode" = "ModelChecker") \
-  -Denable_compile_optimization=$(onoff test "$build_mode" = "Debug") \
+  -Denable_compile_optimizations=$(onoff test "$build_mode" = "Debug") \
   -Denable_smpi_MPICH3_testsuite=$(onoff test "$build_mode" != "DynamicAnalysis") \
   -Denable_lua=$(onoff test "$build_mode" != "DynamicAnalysis") \
   -Denable_mallocators=$(onoff test "$build_mode" != "DynamicAnalysis") \
   -Denable_smpi_MPICH3_testsuite=$(onoff test "$build_mode" != "DynamicAnalysis") \
   -Denable_lua=$(onoff test "$build_mode" != "DynamicAnalysis") \
   -Denable_mallocators=$(onoff test "$build_mode" != "DynamicAnalysis") \