Skip to content

Commit

Permalink
Remove flag incompatible with macos
Browse files Browse the repository at this point in the history
  • Loading branch information
krystophny committed Jan 20, 2025
1 parent b63aa70 commit 7845412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if(${CMAKE_Fortran_COMPILER_ID} STREQUAL "GNU")

set (CMAKE_Fortran_FLAGS "-cpp -g -Og -fPIC -fcheck=all -fbacktrace \
-fno-realloc-lhs -fopenmp -Wall -Wextra -Werror \
-Wno-unused-function -fmax-errors=1 -Wl,--no-warn-execstack")
-Wno-unused-function -fmax-errors=1")

# https://github.com/numpy/numpy/issues/25777
set (CMAKE_C_FLAGS "-Wno-error=incompatible-pointer-types")
Expand Down

0 comments on commit 7845412

Please sign in to comment.