From 04d09b95e7a421f47f391834a4469c90a4db5249 Mon Sep 17 00:00:00 2001 From: staphen Date: Tue, 6 Feb 2024 21:57:55 -0500 Subject: [PATCH] Try adding compile option to disable assertions --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b17b79b0009c..71488c08f681 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -496,6 +496,7 @@ if(UWP_LIB) endif() if(NXDK) + add_compile_options("$<$>:-D NDEBUG") target_link_libraries(${BIN_TARGET} PRIVATE "${NXDK_DIR}/lib/libnxdk_automount_d.lib") target_link_options(${BIN_TARGET} PRIVATE "-include:_automount_d_drive")