[CI] 让ds尝试它的优化

This commit is contained in:
2026-01-03 21:16:07 +08:00
parent dfd5969785
commit bf37ac1c33
2 changed files with 10 additions and 8 deletions

View File

@@ -10,8 +10,8 @@ target("Fig")
if is_plat("linux") then
-- Linux: clang + libc++
set_toolchains("clang")
add_cxxflags("-stdlib=libc++")
add_ldflags("-stdlib=libc++")
add_cxxflags("-stdlib=libc++", {force = true})
add_ldflags("-stdlib=libc++", {force = true})
elseif is_plat("mingw") then
-- 1. CI cross (Linux -> Windows)
-- 2. local dev (Windows + llvm-mingw)