File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ Python_FIND_FRAMEWORK:STRING=FIRST
3333
3434CMAKE_C_COMPILER_LAUNCHER=ccache
3535CMAKE_CXX_COMPILER_LAUNCHER=ccache
36- CMAKE_C_FLAGS :STRING=-Wall
37- CMAKE_CXX_FLAGS :STRING=-Wall
38- CMAKE_Fortran_FLAGS :STRING=-Wall
36+ CMAKE_C_FLAGS_RELEASE :STRING=-Wall -Os -DNDEBUG
37+ CMAKE_CXX_FLAGS_RELEASE :STRING=-Wall -Os -DNDEBUG
38+ CMAKE_Fortran_FLAGS_RELEASE :STRING=-Wall -Os
3939
4040MPIEXEC_MAX_NUMPROCS:STRING=${N2CPUS}
4141" )
@@ -46,6 +46,7 @@ MPIEXEC_MAX_NUMPROCS:STRING=${N2CPUS}
4646# TODO: in the mpi_dp, we can re-enable these tests.
4747set (CTEST_TEST_ARGS EXCLUDE "KillReader|KillWriter|PreciousTimestep|.Serial$" )
4848
49+ set (CTEST_BUILD_CONFIGURATION Release)
4950set (CTEST_CMAKE_GENERATOR "Ninja" )
5051list (APPEND CTEST_UPDATE_NOTES_FILES "${CMAKE_CURRENT_LIST_FILE} " )
5152include (${CMAKE_CURRENT_LIST_DIR} /ci-common.cmake)
You can’t perform that action at this time.
0 commit comments