perl 5.003_04: hints/irix_6_2.sh hints/mpeix.sh
Perl 5 Porters [Thu, 29 Aug 1996 22:34:35 +0000 (22:34 +0000)]
Change optimize=-g to optimize=none to avoid pulling in -DDEBUGGING,
unless that's what the user really wants.

hints/irix_6_2.sh
hints/mpeix.sh

index d406f8a..11fd52e 100644 (file)
@@ -13,7 +13,7 @@ case "$cc" in
 *"cc -n32"*)
        ld=ld
        ccflags="$ccflags -D_BSD_TYPES -D_BSD_TIME -woff 1009,1110,1184 -OPT:fprop_limit=1500"
-       optimize='-g'  # Miniperl core dumps with -O
+       optimize='none'  # Miniperl core dumps with -O
        pp_sys_cflags='ccflags="$ccflags -DHAS_TELLDIR_PROTOTYPE"'
        lddlflags="-n32 -shared"
        ldflags=' -L/usr/local/lib -L/usr/lib32 -L/lib32'
index 9fc2737..e952f0e 100644 (file)
@@ -5,7 +5,7 @@ osvers='5.0'
 alignbytes='8'
 ccflags='-D_POSIX_SOURCE -D_SOCKET_SOURCE -D_POSIX_JOB_CONTROL'
 cc='c89'
-optimize='-g'
+optimize='none'
 d_safebcpy='undef'
 d_safemcpy='undef'
 intsize='8'