We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d557c commit ba12fc9Copy full SHA for ba12fc9
cmake/compilers.cmake
@@ -37,7 +37,7 @@ elseif(CMAKE_Fortran_COMPILER_ID STREQUAL GNU)
37
endif()
38
39
string(APPEND CMAKE_Fortran_FLAGS " -fimplicit-none")
40
- string(APPEND CMAKE_Fortran_FLAGS " -Wrealloc-lhs") # not -Wrealloc-lhs-all which warns on character
+ # string(APPEND CMAKE_Fortran_FLAGS " -Wrealloc-lhs") # not -Wrealloc-lhs-all which warns on character
41
string(APPEND CMAKE_Fortran_FLAGS " -Werror=array-bounds -fcheck=all")
42
elseif(CMAKE_Fortran_COMPILER_ID STREQUAL PGI)
43
string(APPEND CMAKE_Fortran_FLAGS " -C -Mdclchk")
0 commit comments