Skip to content

Commit

Permalink
Revert to original compiler options.
Browse files Browse the repository at this point in the history
Fixes #71.
  • Loading branch information
GeorgeGayno-NOAA committed Jul 10, 2024
1 parent 289d090 commit a28429f
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} -O0 -r8 -i4 -g -traceback -ftrapuv")
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -r8 -i4 -g -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 a28429f

Please sign in to comment.