From 3de557807c97f73132f14043dc05457d96ba35cf Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sat, 14 Mar 2020 19:10:31 +0000 Subject: [PATCH] This option shouldn't be on by default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cb2b9feb..36566609 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.12) set(ASSETS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/assets") option(JAPANESE "Enable the Japanese-language build" OFF) -option(FIX_BUGS "Fix various bugs in the game" ON) +option(FIX_BUGS "Fix various bugs in the game" OFF) option(DEBUG_SAVE "Re-enable the ability to drag-and-drop save files onto the window" OFF) option(LTO "Enable link-time optimisation" OFF)