diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 8439639..e6bbc61 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -15,7 +15,7 @@ endif() if (MSVC) add_compile_options(/bigobj) elseif (MINGW) - add_compile_options(-Wa,-mbig-obj) + add_compile_options(-Wa,-mbig-obj,-mcmodel=large) endif () include(FetchContent)