From c497198d794f6873d6fab1f7ae1005f781e70b65 Mon Sep 17 00:00:00 2001 From: Satoshi Ikari Date: Sat, 5 Oct 2024 17:26:50 +0900 Subject: [PATCH] Revert default compile setting --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 491b294..c25e2b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)