Skip to content

Commit

Permalink
-mno-outline-atomics for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Dec 10, 2024
1 parent ec8af34 commit 27a7edb
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 @@ -27,6 +27,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
set(WVLET_STATIC_PATH "${CMAKE_CURRENT_SOURCE_DIR}/third-party/linux-arm64_libwvlet.a")
set(WVLET_DYNAMIC_URL "https://github.com/quackscience/wvlet-lib/releases/download/latest/linux-arm64_libwvlet.so")
set(WVLET_DYNAMIC_PATH "${CMAKE_CURRENT_SOURCE_DIR}/third-party/linux-arm64_libwvlet.so")
string(APPEND _GNU_COMMON_C_CXX_FLAGS " -mno-outline-atomics")
endif()
elseif(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
set(WVLET_STATIC_URL "https://github.com/quackscience/wvlet-lib/releases/download/latest/mac-arm64_libwvlet.a")
Expand Down

0 comments on commit 27a7edb

Please sign in to comment.