diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-08-05 17:36:40 +0200 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-08-06 09:16:54 -0600 |
| commit | b90763674e1dbcd58186cc12b6c9ba96b8fbc51f (patch) | |
| tree | 875932e5cabc1de22a7794dff6e10fd7bac0daf5 /CMakeLists.txt | |
| parent | cd92cc0f161c5e79e36f5dda0d0029edd3fc8d50 (diff) | |
Update CMakeLists.txt
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
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) |
