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
|
# that option only works with gcc3+ it seems
|
||||||
cflags="$cflags -ggdb"
|
cflags="$cflags -ggdb"
|
||||||
cflags="$cflags $CC9FLAGS"
|
cflags="$cflags $CC9FLAGS"
|
||||||
case "$cflags" in
|
|
||||||
*sanitize=address*)
|
|
||||||
cflags="$cflags -DPLAN9PORT_ASAN"
|
|
||||||
esac
|
|
||||||
}
|
}
|
||||||
|
|
||||||
quiet()
|
quiet()
|
||||||
|
|
@ -87,11 +83,6 @@ useclang()
|
||||||
"
|
"
|
||||||
cflags="$cflags -g"
|
cflags="$cflags -g"
|
||||||
cflags="$cflags $CC9FLAGS"
|
cflags="$cflags $CC9FLAGS"
|
||||||
|
|
||||||
case "$cflags" in
|
|
||||||
*sanitize=address*)
|
|
||||||
cflags="$cflags -DPLAN9PORT_ASAN"
|
|
||||||
esac
|
|
||||||
}
|
}
|
||||||
|
|
||||||
usexlc()
|
usexlc()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue