Salome HOME
qt: clean build directory
[tools/sat_salome.git] / products / compil_scripts / petsc.sh
old mode 100644 (file)
new mode 100755 (executable)
index feaf62e..a89500b
@@ -11,7 +11,7 @@ cp -r $SOURCE_DIR/* .
 CONFIGURE_FLAGS=''
 CONFIGURE_FLAGS=$CONFIGURE_FLAGS" --download-f2cblaslapack=ext/f2cblaslapack-3.4.2.q4"
 CONFIGURE_FLAGS=$CONFIGURE_FLAGS" --download-slepc=ext/slepc-3.14.0"
-
+CONFIGURE_FLAGS=$CONFIGURE_FLAGS" --with-debugging=0" # by default Petsc is build in debug mode
 echo
 if [ -n "${MPI_ROOT_DIR}" ]
 then