We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a4e08 commit bbf6ed3Copy full SHA for bbf6ed3
configure
@@ -31,7 +31,7 @@ if [[ -z "${NGINX_DEBUG+xxx}" ]]; then
31
fi
32
33
if [[ "$NGINX_DEBUG" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
34
- CONFIG_OPTS+=(--with-debug --with-cc-opt="-O0 -g3 -fno-omit-frame-pointer -fsanitize=address" --with-ld-opt="-fsanitize=address")
+ CONFIG_OPTS+=(--with-debug --with-cc-opt="-O0 -g3")
35
else
36
CONFIG_OPTS+=(--with-cc-opt="-DNDEBUG")
37
0 commit comments