Skip to content

Commit 42d8429

Browse files
committed
intel: no space option [skip ci]
1 parent 9b79aeb commit 42d8429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/compilers.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if(CMAKE_Fortran_COMPILER_ID MATCHES "^Intel")
3333
add_compile_options(
3434
$<IF:$<BOOL:${WIN32}>,/QxHost,-xHost>
3535
"$<$<COMPILE_LANGUAGE:Fortran>:-traceback;-heap-arrays>"
36-
"$<$<AND:$<COMPILE_LANGUAGE:Fortran>,$<CONFIG:Debug>>:-warn;-debug extended;-check all>"
36+
"$<$<AND:$<COMPILE_LANGUAGE:Fortran>,$<CONFIG:Debug>>:-warn;-debug;-check>"
3737
)
3838
elseif(CMAKE_Fortran_COMPILER_ID STREQUAL GNU)
3939

0 commit comments

Comments
 (0)