mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
9c: drop PLAN9PORT_ASAN
It is no longer special.
This commit is contained in:
parent
74577741c8
commit
4692dd4786
1 changed files with 0 additions and 9 deletions
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 a new issue