We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d6b3f commit fe54757Copy full SHA for fe54757
build-apisix-base.sh
@@ -84,7 +84,7 @@ no_pool_patch=${no_pool_patch:-}
84
85
cd openresty-${or_ver} || exit 1
86
./configure --prefix="$OR_PREFIX" \
87
- --with-cc-opt="-DAPISIX_BASE_VER=$version $cc_opt" \
+ --with-cc-opt="-DAPISIX_BASE_VER=$version -Werror $cc_opt" \
88
--with-ld-opt="-Wl,-rpath,$OR_PREFIX/wasmtime-c-api/lib $ld_opt" \
89
--add-module=../mod_dubbo \
90
--add-module=../ngx_multi_upstream_module \
0 commit comments