0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-03-04 04:48:55 +00:00
termux-packages/packages/wasmedge/cmake-Helper.cmake.patch
2024-05-25 12:54:10 +08:00

19 lines
429 B
Diff

diff --git a/cmake/Helper.cmake b/cmake/Helper.cmake
index 992e469..4075621 100644
--- a/cmake/Helper.cmake
+++ b/cmake/Helper.cmake
@@ -37,13 +37,6 @@ else()
-Wextra
)
- if(NOT WASMEDGE_PLUGIN_WASI_NN_GGML_LLAMA_CUBLAS)
- list(APPEND WASMEDGE_CFLAGS
- -Werror
- -Wno-error=pedantic
- )
- endif()
-
if(WASMEDGE_ENABLE_UB_SANITIZER)
list(APPEND WASMEDGE_CFLAGS -fsanitize=undefined)
endif()