X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=hints%2Fsvr4.sh;h=cbc2d9549f392e00dc2f54de344b76d4d3299a55;hb=fcf69717c2de827296693b4af999fb68ae2904d7;hp=c781686e38a03ab4c501252e7ede7aa2ff23c771;hpb=ca37ab507eb0cfe686e1e8008a10e033024f46d5;p=p5sagit%2Fp5-mst-13.2.git diff --git a/hints/svr4.sh b/hints/svr4.sh index c781686..cbc2d95 100644 --- a/hints/svr4.sh +++ b/hints/svr4.sh @@ -156,12 +156,14 @@ if test -f /etc/issue -a -f /etc/.relid; then # libcrypt contains nothing libc wouldn't have. libswanted=`echo " $libswanted " | sed -e 's/ crypt / /'` # With the NCR High Performance C Compiler R3.0c, miniperl fails - # t/op/regexp.t test 461 unless we compile with optimize=-g. + # t/op/regexp.t test 461 unless we compile with optimize=-O0. # Volunteers are needed to determine just which files need special - # treatment. For now, use optimize=-g for everything. + # treatment. For now, use optimize=-O0 for everything. # + d_usleep='undef' + d_ualarm='undef' case "$optimize" in - '') optimize='-g' ;; + '') optimize='-O0' ;; esac fi