mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
10 lines
175 B
Bash
10 lines
175 B
Bash
case "$optimize" in
|
|
'') optimize="-O1" ;;
|
|
esac
|
|
d_setregid='undef'
|
|
d_setreuid='undef'
|
|
case "$usemymalloc" in
|
|
'') usemymalloc='y'
|
|
ccflags="$ccflags -DNO_RCHECK"
|
|
;;
|
|
esac
|