We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4062f0d commit 66d22c7Copy full SHA for 66d22c7
build-apisix-openresty.sh
@@ -71,7 +71,7 @@ no_pool_patch=${no_pool_patch:-}
71
72
cd openresty-${or_ver} || exit 1
73
./configure --prefix="$OR_PREFIX" \
74
- --with-cc-opt="-DAPISIX_OPENRESTY_VER=$version $cc_opt" \
+ --with-cc-opt="-DAPISIX_OPENRESTY_VER=$version -Werror $cc_opt" \
75
--with-ld-opt="$ld_opt" \
76
--add-module=../mod_dubbo \
77
--add-module=../ngx_multi_upstream_module \
0 commit comments