File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020script :
2121 - cd $BUILD
2222# compile libSplash and install
23- - cmake -DCMAKE_BUILD_TYPE=Debug -DTOOLS_MPI=$SPLASHMPI $SRC
23+ - CXXFLAGS="-Werror" cmake -DCMAKE_BUILD_TYPE=Debug -DTOOLS_MPI=$SPLASHMPI $SRC
2424 - make package
2525 - sudo dpkg -i libsplash*.deb
2626 - ls -hal /usr/share/pyshared/
2727 - rm -rf $BUILD/*
2828# compile examples/
29- - cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_MPI=$SPLASHMPI $SRC/examples
29+ - CXXFLAGS="-Werror" cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_MPI=$SPLASHMPI $SRC/examples
3030 - make
3131 - rm -rf $BUILD/*
3232# compile and run tests/
33- - cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_MPI=$SPLASHMPI $SRC/tests
33+ - CXXFLAGS="-Werror" cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_MPI=$SPLASHMPI $SRC/tests
3434 - make
3535# run tests
3636 - $SRC/tests/run_tests $BUILD
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ UNSET(HDF5_HAS_SHARED_POS)
8787
8888#-------------------------------------------------------------------------------
8989
90- SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror - Wextra -Woverloaded-virtual" )
90+ SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Woverloaded-virtual" )
9191
9292# options
9393OPTION (DEBUG_VERBOSE "Enable verbose HDF5 debug output" OFF )
You can’t perform that action at this time.
0 commit comments