Skip to content

Commit

Permalink
Remove -g compiler option.
Browse files Browse the repository at this point in the history
Fixes #71.
  • Loading branch information
GeorgeGayno-NOAA committed Jul 10, 2024
1 parent a28429f commit 020764e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gaussian_sfcanl.fd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ list(APPEND fortran_src
)

if(CMAKE_Fortran_COMPILER_ID MATCHES "^(Intel)$")
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -r8 -i4 -g -fp-model precise")
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -r8 -i4 -fp-model precise")
elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(GNU)$")
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fdefault-real-8")
endif()
Expand Down

0 comments on commit 020764e

Please sign in to comment.