[asperl] fixups to make it build and pass tests under both compilers
[p5sagit/p5-mst-13.2.git] / hints / unicosmk.sh
CommitLineData
6ee623d5 1case "$optimize" in
2'') optimize="-O1" ;;
3esac
7a4c00b4 4d_setregid='undef'
5d_setreuid='undef'
6ee623d5 6case "$usemymalloc" in
7'') usemymalloc='y'
8 ccflags="$ccflags -DNO_RCHECK"
9 ;;
10esac