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.
2 parents 2191c75 + 3ba6f8b commit 47f18ccCopy full SHA for 47f18cc
cmake/SetBuildOptions.cmake
@@ -35,7 +35,7 @@ elseif(COMPILER STREQUAL "Intel" OR COMPILER STREQUAL "IntelLLVM")
35
set(CMAKE_C_FLAGS_DEBUG "-O0 -g")
36
set(CMAKE_C_FLAGS_RELEASE "-O2 -debug minimal")
37
set(CMAKE_Fortran_FLAGS "-free -qno-opt-dynamic-align -ftz -traceback -convert big_endian -assume byterecl -assume realloc_lhs -fp-model source -qopenmp")
38
- set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -g -fpe0 -check all")
+ set(CMAKE_Fortran_FLAGS_DEBUG "-O0 -g -fpe0") #-check all
39
set(CMAKE_Fortran_FLAGS_RELEASE "-O2 -debug minimal")
40
else()
41
message(FATAL_ERROR "COMPILER='${COMPILER}' is not supported.")
0 commit comments