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 396ab0f commit 93ebaebCopy full SHA for 93ebaeb
cmake/compilers.cmake
@@ -24,7 +24,7 @@ endif()
24
25
if(CMAKE_Fortran_COMPILER_ID MATCHES "^Intel")
26
add_compile_options(
27
-"$<$<COMPILE_LANGUAGE:Fortran>:-warn;-heap-arrays>"
+"$<$<COMPILE_LANGUAGE:Fortran>:-warn>"
28
"$<$<AND:$<COMPILE_LANGUAGE:Fortran>,$<CONFIG:Debug>>:-traceback;-check;-debug>"
29
)
30
elseif(CMAKE_Fortran_COMPILER_ID STREQUAL "GNU")
0 commit comments