summaryrefslogtreecommitdiff
path: root/hints
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
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')
-rw-r--r--hints/irix_6_2.sh2
-rw-r--r--hints/mpeix.sh2
2 files changed, 2 insertions, 2 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'
diff --git a/hints/mpeix.sh b/hints/mpeix.sh
index 9fc2737893..e952f0e002 100644
--- a/hints/mpeix.sh
+++ b/hints/mpeix.sh
@@ -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'