From 6b61c4b9177a24925f54523a094379ded91cf318 Mon Sep 17 00:00:00 2001 From: Perl 5 Porters Date: Thu, 29 Aug 1996 22:35:13 +0000 Subject: 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. --- hints/ultrix_4.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hints/ultrix_4.sh') diff --git a/hints/ultrix_4.sh b/hints/ultrix_4.sh index e00450792d..76b0768f8d 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 -- cgit v1.2.1