Skip to content

Commit 934306c

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

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)