Skip to content

Commit

Permalink
Revert adding -fsanitize=address
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelortmann committed Aug 2, 2024
1 parent a53587e commit b035f60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,6 @@ AC_DEFUN([EGG_DEBUG_DEFAULTS],
debug_cflags_debug="-g3 -DDEBUG"
AX_CHECK_COMPILE_FLAG([-Og], [debug_cflags_debug="-Og $debug_cflags_debug"])
AX_CHECK_COMPILE_FLAG([-fsanitize=address], [debug_cflags_debug="$debug_cflags_debug -fsanitize=address"])
debug_cflags_debug_assert="-DDEBUG_ASSERT"
debug_cflags_debug_mem="-DDEBUG_MEM"
debug_cflags_debug_dns="-DDEBUG_DNS"
Expand Down

0 comments on commit b035f60

Please sign in to comment.