Skip to content

Commit cbce2a4

Browse files
wasmedge: prepare for llvm 21 (#13931)
Ref: #13915 (comment) Signed-off-by: David Korczynski <[email protected]>
1 parent 7d5e416 commit cbce2a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/wasmedge/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
#
1616
################################################################################
1717

18+
export CXXFLAGS="${CXXFLAGS} -Wno-error=invalid-specialization"
19+
1820
cd "$SRC/WasmEdge"
1921
sed -ie 's@core lto native@core native@' cmake/Helper.cmake
2022
cmake -GNinja -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo \

0 commit comments

Comments
 (0)