From 45b840a30a05907695b9826a15df4e0fc6dacc6a Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 18 Feb 2024 23:22:37 +0100 Subject: [PATCH] [skip ci] Try fix MINGW ci --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index c897501..7207030 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 -Wl,--default-image-base-low) + add_compile_options(-Wa,-mbig-obj -mcmodel=large) endif () include(FetchContent)