From 11d57bd07376e75717b9458c2d965425f3c7718e Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 18 Feb 2024 23:40:53 +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 7207030..cb0ca65 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 -mcmodel=medium) endif () include(FetchContent)