termux-packages/packages/wasmedge/cmake-Helper.cmake.patch

12 lines
367 B
Diff

diff -uNr WasmEdge/cmake/Helper.cmake WasmEdge.mod/cmake/Helper.cmake
--- WasmEdge/cmake/Helper.cmake 2022-07-28 18:56:12.000000000 +0800
+++ WasmEdge.mod/cmake/Helper.cmake 2022-08-15 01:48:53.030855482 +0800
@@ -19,7 +19,6 @@
list(APPEND WASMEDGE_CFLAGS
-Wall
-Wextra
- -Werror
-Wno-error=pedantic
)
if(NOT CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang")