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

11 lines
207 B
Diff
Raw Normal View History

2022-02-17 15:00:41 +01:00
--- a/cmake/Helper.cmake
+++ b/cmake/Helper.cmake
@@ -19,7 +19,6 @@
list(APPEND WASMEDGE_CFLAGS
-Wall
-Wextra
- -Werror
-Wno-error=pedantic
)
if(NOT CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang")