aboutsummaryrefslogtreecommitdiff
path: root/bin/9c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/9c')
-rwxr-xr-xbin/9c9
1 files changed, 0 insertions, 9 deletions
diff --git a/bin/9c b/bin/9c
index 4d488179..63840b19 100755
--- a/bin/9c
+++ b/bin/9c
@@ -26,10 +26,6 @@ usegcc()
# that option only works with gcc3+ it seems
cflags="$cflags -ggdb"
cflags="$cflags $CC9FLAGS"
- case "$cflags" in
- *sanitize=address*)
- cflags="$cflags -DPLAN9PORT_ASAN"
- esac
}
quiet()
@@ -87,11 +83,6 @@ useclang()
"
cflags="$cflags -g"
cflags="$cflags $CC9FLAGS"
-
- case "$cflags" in
- *sanitize=address*)
- cflags="$cflags -DPLAN9PORT_ASAN"
- esac
}
usexlc()