Skip to content

Commit

Permalink
revert addition of sanitize flags as that didn't work on Linux (for N…
Browse files Browse the repository at this point in the history
…GINX compilation)
  • Loading branch information
travisspencer committed Nov 26, 2018
1 parent 98a4e08 commit bbf6ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [[ -z "${NGINX_DEBUG+xxx}" ]]; then
fi

if [[ "$NGINX_DEBUG" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
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")
else
CONFIG_OPTS+=(--with-cc-opt="-DNDEBUG")
fi
Expand Down

0 comments on commit bbf6ed3

Please sign in to comment.