From a40ecdfb96a6e5d49d90c1ee1f223a5144628e0a Mon Sep 17 00:00:00 2001 From: coco875 <59367621+coco875@users.noreply.github.com> Date: Tue, 5 Aug 2025 20:59:36 +0200 Subject: [PATCH] temporaly disable bigobj --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b18c2e2..ac5294b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -134,7 +134,7 @@ else() /W3; /${LINK_TYPE} > - /bigobj + # /bigobj /permissive-; /MP; ${DEFAULT_CXX_DEBUG_INFORMATION_FORMAT}; @@ -150,7 +150,7 @@ else() /INCREMENTAL:NO; /FORCE:MULTIPLE > - /bigobj; + # /bigobj; /MANIFEST:NO; /DEBUG; /SUBSYSTEM:CONSOLE