[skip ci] Try fix MINGW ci

This commit is contained in:
ado 2024-02-18 23:22:37 +01:00
parent 8bb773625b
commit 45b840a30a

View File

@ -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)