Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove cxflags
  • Loading branch information
star-hengxing authored Oct 28, 2025
commit dc76c11af9e853adae027642076d100212a7a72b
1 change: 1 addition & 0 deletions packages/p/pangolin/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ package("pangolin")
end)

on_install("windows", "linux", "macosx", "mingw", "msys", "wasm", function (package)
io.replace("CMakeLists.txt", "-Werror=maybe-uninitialized", "", {plain = true})
io.replace("CMakeLists.txt", "-Werror=vla", "", {plain = true})
io.replace("CMakeLists.txt", "-Werror", "", {plain = true})

Expand Down
Loading