Skip to content

Commit bbf6ed3

Browse files
committed
revert addition of sanitize flags as that didn't work on Linux (for NGINX compilation)
1 parent 98a4e08 commit bbf6ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if [[ -z "${NGINX_DEBUG+xxx}" ]]; then
3131
fi
3232

3333
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")
34+
CONFIG_OPTS+=(--with-debug --with-cc-opt="-O0 -g3")
3535
else
3636
CONFIG_OPTS+=(--with-cc-opt="-DNDEBUG")
3737
fi

0 commit comments

Comments
 (0)