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
CommitLineData
c4f23d77
AD
1case "$optimize" in
2'') optimize="-O1" ;;
3esac
7a4c00b4 4d_setregid='undef'
5d_setreuid='undef'
c4f23d77
AD
6case "$usemymalloc" in
7'') usemymalloc='y'
8 ccflags="$ccflags -DNO_RCHECK"
9 ;;
10esac