Add -g when debugging with -fsanitize=address to include symbols.
diff --git a/configure b/configure
index 3fa3e86..fbaf253 100755
--- a/configure
+++ b/configure
@@ -211,7 +211,7 @@
     fi
   fi
   if test $sanitize -eq 1; then
-    CFLAGS="${CFLAGS} -fsanitize=address"
+    CFLAGS="${CFLAGS} -g -fsanitize=address"
   fi
   if test $debug -eq 1; then
     CFLAGS="${CFLAGS} -DZLIB_DEBUG"