diff options
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -194,9 +194,9 @@ if test "$gcc" -eq 1 && ($cc -c $test.c) >> configure.log 2>&1; then | |||
| 194 | fi | 194 | fi |
| 195 | if test "$warn" -eq 1; then | 195 | if test "$warn" -eq 1; then |
| 196 | if test "$zconst" -eq 1; then | 196 | if test "$zconst" -eq 1; then |
| 197 | CFLAGS="${CFLAGS} -Wall -Wextra -Wcast-qual -pedantic -DZLIB_CONST" | 197 | CFLAGS="${CFLAGS} -Wall -Wextra -Wcast-qual -pedantic -DZLIB_CONST -fsanitize=address" |
| 198 | else | 198 | else |
| 199 | CFLAGS="${CFLAGS} -Wall -Wextra -pedantic" | 199 | CFLAGS="${CFLAGS} -Wall -Wextra -pedantic -fsanitize=address" |
| 200 | fi | 200 | fi |
| 201 | fi | 201 | fi |
| 202 | if test $debug -eq 1; then | 202 | if test $debug -eq 1; then |
