ref: 3de557807c97f73132f14043dc05457d96ba35cf
parent: 140c67a5cb2632cff3db59e7a217323cb10b5ff6
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sat Mar 14 15:10:31 EDT 2020
This option shouldn't be on by default
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@
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)