diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index e6bbc61..83e469c 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,-mcmodel=large) + add_compile_options(-Wa,-mbig-obj,-Wl,--default-image-base-low) endif () include(FetchContent)