Files
termux-packages/packages/wasmedge/cmake-Helper.cmake.patch
termux-pacman-bot b0491075c5 bump(main/wasmedge): 0.13.3 (#17744)
* Enable auto update
* Enable full features for arm
* Preliminary x86 support
  Add lib-system-allocator.cpp.patch to build further but someone has to
  fix remaining issues for i686
* Remove getsockopt-socklen_t.patch
  No longer needed to fix type uint32_t to socklen_t (int32_t) for 32bit
  platforms
2023-09-03 00:44:59 +00:00

12 lines
344 B
Diff

diff -uNr WasmEdge-0.13.3/cmake/Helper.cmake WasmEdge-0.13.3.mod/cmake/Helper.cmake
--- WasmEdge-0.13.3/cmake/Helper.cmake 2023-07-25 18:13:24.000000000 +0800
+++ WasmEdge-0.13.3.mod/cmake/Helper.cmake 2023-09-02 11:03:17.214376436 +0800
@@ -19,7 +19,6 @@
list(APPEND WASMEDGE_CFLAGS
-Wall
-Wextra
- -Werror
-Wno-error=pedantic
)