diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-08-29 22:34:35 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-08-29 22:34:35 +0000 |
commit | e48b0b0ae89e3a437a15360f8ee2c2d54a628b37 (patch) | |
tree | 137e74b9fe6ee078ce05a3b8c06247e970490a6e /hints/mpeix.sh | |
parent | 623e055d8665b165bb086ac13f115600a807edd2 (diff) | |
download | perl-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/mpeix.sh')
-rw-r--r-- | hints/mpeix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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' |