9c: drop PLAN9PORT_ASAN
It is no longer special.
This commit is contained in:
parent
74577741c8
commit
4692dd4786
9
bin/9c
9
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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user