Skip to content

Commit

Permalink
Make Aggressive consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Jun 8, 2022
1 parent 9cf3e4f commit 3cb1a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/flags/GNU_Fortran.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ set (GEOS_Fortran_Vect_FPE_Flags ${GEOS_Fortran_Release_FPE_Flags})
# NOTE2: This uses -march=native so compile on your target architecture!!!

# Options per Jerry DeLisle on GCC Fortran List
if ( APPLE AND ${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL arm64 )
if (${proc_description} MATCHES "Apple M1" AND ${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "arm64")
# For now the only arm64 we have tested is Apple M1. This
# might need to be revisited for M1 Max/Ultra and M2+.
# Testing has not yet found any aggressive flags better than
Expand Down

0 comments on commit 3cb1a8c

Please sign in to comment.