perl 5.003_04: hints/ultrix_4.sh
Perl 5 Porters [Thu, 29 Aug 1996 22:35:13 +0000 (22:35 +0000)]
Don't call optimize=-g, just call optimize=none.  The -g
pulls in -DDEBUGGING, which might not be wanted.

hints/ultrix_4.sh

index e004507..76b0768 100644 (file)
@@ -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