diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -211,7 +211,7 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then | |||
211 | fi | 211 | fi |
212 | fi | 212 | fi |
213 | if test $sanitize -eq 1; then | 213 | if test $sanitize -eq 1; then |
214 | CFLAGS="${CFLAGS} -fsanitize=address" | 214 | CFLAGS="${CFLAGS} -g -fsanitize=address" |
215 | fi | 215 | fi |
216 | if test $debug -eq 1; then | 216 | if test $debug -eq 1; then |
217 | CFLAGS="${CFLAGS} -DZLIB_DEBUG" | 217 | CFLAGS="${CFLAGS} -DZLIB_DEBUG" |