WIP, Continue writing additional parser tests, add big object flag to test cmake for mingw

This commit is contained in:
ado
2023-07-31 23:25:47 +02:00
parent 5f46259914
commit 2fe2c391fe
2 changed files with 10 additions and 5 deletions

View File

@@ -14,6 +14,8 @@ endif()
if (MSVC)
add_compile_options(/bigobj)
elseif (MINGW) ()
add_compile_options(-Wa,-mbig-obj)
endif ()
include(FetchContent)