summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoco875 <59367621+coco875@users.noreply.github.com>2025-08-05 17:36:40 +0200
committerLywx <kiritodev01@gmail.com>2025-08-06 09:16:54 -0600
commitb90763674e1dbcd58186cc12b6c9ba96b8fbc51f (patch)
tree875932e5cabc1de22a7794dff6e10fd7bac0daf5
parentcd92cc0f161c5e79e36f5dda0d0029edd3fc8d50 (diff)
Update CMakeLists.txt
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7e048ff..158a843 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ set(CMAKE_C_STANDARD 11)
# Set build options
option(USE_STANDALONE "Build as a standalone executable" ON)
-option(BUILD_STORMLIB "Build with StormLib support" ON)
+option(BUILD_STORMLIB "Build with StormLib support" OFF)
option(ENABLE_ASAN "Enable AddressSanitizer" OFF)
option(BUILD_SM64 "Build with Super Mario 64 support" ON)