X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1c7a41396837993cb4b8bf91224c5bc458157326..f50afc03bed61a42cd816ce73fa48aedd1331fcc:/tools/jenkins/build.sh diff --git a/tools/jenkins/build.sh b/tools/jenkins/build.sh index 0a6811c387..9c8fc76470 100755 --- a/tools/jenkins/build.sh +++ b/tools/jenkins/build.sh @@ -194,7 +194,6 @@ if [ $NODE_NAME = "armv8" ]; then MAY_DISABLE_LTO=-Denable_lto=OFF fi -set +x cmake -G"$GENERATOR" ${INSTALL:+-DCMAKE_INSTALL_PREFIX=$INSTALL} \ -Denable_debug=ON -Denable_documentation=OFF -Denable_coverage=OFF \ -Denable_model-checking=$(onoff test "$build_mode" = "ModelChecker") \