Skip to content

Commit

Permalink
add -free back
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfonba committed Feb 13, 2024
1 parent 1465f01 commit 443f572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ elseif (CMAKE_Fortran_COMPILER_ID STREQUAL "Flang")
)
elseif (CMAKE_Fortran_COMPILER_ID STREQUAL "Intel")
add_compile_options($<$<COMPILE_LANGUAGE:Fortran>:-O2>)
add_compile_options($<$<COMPILE_LANGUAGE:Fortran>:-free>)

if (CMAKE_BUILD_TYPE STREQUAL "Debug")
add_compile_options(-g -Og -traceback -debug)
Expand Down

0 comments on commit 443f572

Please sign in to comment.