Skip to content

Commit

Permalink
Revert default compile setting
Browse files Browse the repository at this point in the history
  • Loading branch information
200km committed Oct 5, 2024
1 parent 2665cbb commit 9fe0a29
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 @@ -14,7 +14,7 @@ option(USE_C2A "Use C2A" OFF)
option(BUILD_64BIT "Build 64bit" OFF)

# Mac user setting
option(APPLE_SILICON "Build with Apple Silicon" ON)
option(APPLE_SILICON "Build with Apple Silicon" OFF)
# Force build with 64bit for APPLE
if(APPLE)
option(BUILD_64BIT "Build 64bit" ON)
Expand Down

0 comments on commit 9fe0a29

Please sign in to comment.