From beef3ae297032d8ee5bd436de14d4105844572e1 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sat, 22 Oct 2022 00:43:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'CMakeLists.txt'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1500a1d..b5d62c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -202,7 +202,7 @@ option(ENABLE_DEMCONVERT "Set to ON to build the dem conversion tool (default)" option(ENABLE_HID_INPUT "Set to ON to build HID-based input code" ${EVENT_INPUT_DEFAULT}) option(ENABLE_PLIB_JOYSTICK "Set to ON to enable legacy joystick code (default)" ON) option(ENABLE_SWIFT "Set to ON to build the swift module" ON) -option(ENABLE_SENTRY "Set to ON to build the Sentry.io crash reporting" ON) +option(ENABLE_SENTRY "Set to ON to build the Sentry.io crash reporting" OFF) option(ENABLE_PUICOMPAT "Set to ON to enable compat GUI" OFF) # Test-suite options.