summaryrefslogtreecommitdiff
path: root/hints/irix_6_2.sh
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-08-29 22:34:35 +0000
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1996-08-29 22:34:35 +0000
commite48b0b0ae89e3a437a15360f8ee2c2d54a628b37 (patch)
tree137e74b9fe6ee078ce05a3b8c06247e970490a6e /hints/irix_6_2.sh
parent623e055d8665b165bb086ac13f115600a807edd2 (diff)
downloadperl-e48b0b0ae89e3a437a15360f8ee2c2d54a628b37.tar.gz
perl 5.003_04: hints/irix_6_2.sh hints/mpeix.sh
Change optimize=-g to optimize=none to avoid pulling in -DDEBUGGING, unless that's what the user really wants.
Diffstat (limited to 'hints/irix_6_2.sh')
-rw-r--r--hints/irix_6_2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/irix_6_2.sh b/hints/irix_6_2.sh
index d406f8a823..11fd52eb7e 100644
--- a/hints/irix_6_2.sh
+++ b/hints/irix_6_2.sh
@@ -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'