From: Perl 5 Porters Date: Thu, 29 Aug 1996 22:35:13 +0000 (+0000) Subject: perl 5.003_04: hints/ultrix_4.sh X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6b61c4b9177a24925f54523a094379ded91cf318;p=p5sagit%2Fp5-mst-13.2.git perl 5.003_04: hints/ultrix_4.sh Don't call optimize=-g, just call optimize=none. The -g pulls in -DDEBUGGING, which might not be wanted. --- diff --git a/hints/ultrix_4.sh b/hints/ultrix_4.sh index e004507..76b0768 100644 --- a/hints/ultrix_4.sh +++ b/hints/ultrix_4.sh @@ -4,9 +4,9 @@ # # Use Configure -Dcc=gcc to use gcc. # -# I don't know if -g is really needed. (AD) +# This used to use -g, but that pulls in -DDEBUGGING by default. case "$optimize" in -'') optimize=-g ;; +'') optimize='none' ;; esac # Some users have reported Configure runs *much* faster if you