Skip to content

Commit dc76c11

Browse files
remove cxflags
1 parent b1b8b1d commit dc76c11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/p/pangolin/xmake.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ package("pangolin")
9898
end)
9999

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

0 commit comments

Comments
 (0)