summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkaply%us.ibm.com <devnull@localhost>2003-04-16 03:03:25 +0000
committermkaply%us.ibm.com <devnull@localhost>2003-04-16 03:03:25 +0000
commit5544015c84ec4efb826b3173b28a5420ddb71f36 (patch)
tree1c1236ec32412b43b0886379d62b42fe25afee9d
parentae911239def141282615b3eaf877082f45b58d43 (diff)
downloadnspr-hg-5544015c84ec4efb826b3173b28a5420ddb71f36.tar.gz
#201555
r=seawood OS/2 only - don't put debug info in files when linking
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3f694e42..e949af31 100644
--- a/configure.in
+++ b/configure.in
@@ -1790,7 +1790,7 @@ mips-sony-newsos*)
MKSHLIB='$(CC) $(DSO_LDOPTS) -o $@'
DSO_CFLAGS=
DSO_LDOPTS='-Zomf -Zdll -Zmtd'
- _OPTIMIZE_FLAGS=-O3
+ _OPTIMIZE_FLAGS="-O2 -s"
_DEBUG_FLAGS="-g -fno-inline"
if test -n "$MOZ_OPTIMIZE"; then
DSO_LDOPTS="$DSO_LDOPTS -Zlinker /EXEPACK:2 -Zlinker /PACKCODE -Zlinker /PACKDATA"