This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
applied new parts of suggested patch
[perl5.git] / hints / unicosmk.sh
1 case "$optimize" in
2 '') optimize="-O1" ;;
3 esac
4 d_setregid='undef'
5 d_setreuid='undef'
6 case "$usemymalloc" in
7 '') usemymalloc='y'
8     ccflags="$ccflags -DNO_RCHECK"
9     ;;
10 esac