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.