From 9c776df90ab737859da4407d3d037d0a4810c7e0 Mon Sep 17 00:00:00 2001 From: Jeff Bolz Date: Fri, 24 Jan 2025 23:47:02 -0600 Subject: [PATCH] build: add /bigobj to MSVC build --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42caed486..021868b47 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,6 +49,7 @@ endif() if (MSVC) add_compile_options("$<$:/utf-8>") add_compile_options("$<$:/utf-8>") + add_compile_options(/bigobj) endif() #