]> AND Public Git Repository - simgrid.git/blobdiff - tools/jenkins/Sanitizers.sh
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove unused state.
[simgrid.git] / tools / jenkins / Sanitizers.sh
index 985042ffcd30bf3d01b1b2f7da991ad0f1420996..834a295e49b45e0455b7934bc1c1f6e58c9f42b0 100755 (executable)
@@ -79,7 +79,7 @@ cmake -Denable_documentation=OFF -Denable_lua=ON -Denable_java=OFF \
       -Denable_jedule=ON -Denable_mallocators=OFF \
       -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=ON -Denable_model-checking=OFF \
       -Denable_memcheck=OFF -Denable_memcheck_xml=OFF -Denable_smpi_ISP_testsuite=ON -Denable_coverage=OFF\
-      -Denable_fortran=OFF -Denable_python=OFF ${SANITIZER_OPTIONS} $WORKSPACE
+      -Denable_fortran=OFF -Denable_python=OFF -DLTO_EXTRA_FLAG="auto" ${SANITIZER_OPTIONS} $WORKSPACE
 
 make -j$NUMPROC tests
 ctest --no-compress-output -D ExperimentalTest || true