Skip to content

Commit

Permalink
Update macos-release.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier authored Oct 30, 2023
1 parent 32fc264 commit 90431ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cninja/macos-release.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set_cache(CMAKE_OSX_SYSROOT "${XCODE_PATH}/Platforms/MacOSX.platform/Developer/S
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 ")

set_cache(KFR_ARCH sse42)
set_cache(KFR_ARCH sse2)
set_cache(BUILD_SHARED_LIBS OFF)
set_cache(CMAKE_INSTALL_MESSAGE NEVER)

Expand Down

0 comments on commit 90431ce

Please sign in to comment.