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 9b79aeb commit 42d8429Copy full SHA for 42d8429
cmake/compilers.cmake
@@ -33,7 +33,7 @@ if(CMAKE_Fortran_COMPILER_ID MATCHES "^Intel")
33
add_compile_options(
34
$<IF:$<BOOL:${WIN32}>,/QxHost,-xHost>
35
"$<$<COMPILE_LANGUAGE:Fortran>:-traceback;-heap-arrays>"
36
- "$<$<AND:$<COMPILE_LANGUAGE:Fortran>,$<CONFIG:Debug>>:-warn;-debug extended;-check all>"
+ "$<$<AND:$<COMPILE_LANGUAGE:Fortran>,$<CONFIG:Debug>>:-warn;-debug;-check>"
37
)
38
elseif(CMAKE_Fortran_COMPILER_ID STREQUAL GNU)
39
0 commit comments