Skip to content

Commit

Permalink
[mac] Disable all arch options until we figure out kfr issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Oct 30, 2023
1 parent 90431ce commit 896a6d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cninja/macos-release.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ execute_process(
)
set_cache(CMAKE_OSX_SYSROOT "${XCODE_PATH}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk")

string(APPEND CMAKE_C_FLAGS_INIT " -march=core2 -mtune=cannonlake -msse4.1 -msse4.2 ")
string(APPEND CMAKE_CXX_FLAGS_INIT " -march=core2 -mtune=cannonlake -msse4.1 -msse4.2 ")
string(APPEND CMAKE_C_FLAGS_INIT " -mtune=cannonlake ")
string(APPEND CMAKE_CXX_FLAGS_INIT " -mtune=cannonlake ")

set_cache(KFR_ARCH sse2)
set_cache(BUILD_SHARED_LIBS OFF)
Expand Down

0 comments on commit 896a6d5

Please sign in to comment.