From b90763674e1dbcd58186cc12b6c9ba96b8fbc51f Mon Sep 17 00:00:00 2001 From: coco875 <59367621+coco875@users.noreply.github.com> Date: Tue, 5 Aug 2025 17:36:40 +0200 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)