mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-19 07:55:01 +00:00
* 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
12 lines
344 B
Diff
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
|
|
)
|
|
|