commit 4692dd4786f8847494d3f020bc3c05ba210adc0d from: Russ Cox date: Wed Dec 30 13:38:57 2020 UTC 9c: drop PLAN9PORT_ASAN It is no longer special. commit - 74577741c856c145811061a438d5a52ea7055f39 commit + 4692dd4786f8847494d3f020bc3c05ba210adc0d blob - 4d48817925f3304235b9cf21fe05e9a6b634c749 blob + 63840b1983a0b89c10944302b11b27445f709fd2 --- bin/9c +++ 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()