Build: Remove useless flags on MinGW

This commit is contained in:
Lynix 2023-10-25 20:06:37 +02:00
parent 77d5fe1d7d
commit 384bdc0974
1 changed files with 0 additions and 4 deletions

View File

@ -442,10 +442,6 @@ elseif is_plat("mingw") then
add_cxflags("-Og")
end
add_cxflags("-Wa,-mbig-obj")
add_ldflags("-Wa,-mbig-obj")
-- Disable -Isystem for external packages as it seems to break Assimp
set_policy("package.include_external_headers", false)
elseif is_plat("wasm") then
add_cxflags("-sNO_DISABLE_EXCEPTION_CATCHING")
add_ldflags("-sNO_DISABLE_EXCEPTION_CATCHING", "-sALLOW_MEMORY_GROWTH", "-sWASM_BIGINT")