asan_build for tmin and analyze
diff --git a/src/afl-analyze.c b/src/afl-analyze.c
index 0d9ed42..c8acebb 100644
--- a/src/afl-analyze.c
+++ b/src/afl-analyze.c
@@ -743,7 +743,7 @@
 
     }
 
-#fndef ASAN_BUILD
+#ifndef ASAN_BUILD
     if (!getenv("AFL_DEBUG") && !strstr(x, "symbolize=0")) {
 
       FATAL("Custom ASAN_OPTIONS set without symbolize=0 - please fix!");