Closed dc2917 closed 2 months ago
This PR moves the debug flags from CMAKE_Fortran_FLAGS to CMAKE_Fortran_FLAGS_DEBUG, so that CMAKE_Fortran_FLAGS_RELEASE works correctly for release builds.
CMAKE_Fortran_FLAGS
CMAKE_Fortran_FLAGS_DEBUG
CMAKE_Fortran_FLAGS_RELEASE
This PR moves the debug flags from
CMAKE_Fortran_FLAGS
toCMAKE_Fortran_FLAGS_DEBUG
, so thatCMAKE_Fortran_FLAGS_RELEASE
works correctly for release builds.