diff options
author | mkaply%us.ibm.com <devnull@localhost> | 2003-04-16 03:03:25 +0000 |
---|---|---|
committer | mkaply%us.ibm.com <devnull@localhost> | 2003-04-16 03:03:25 +0000 |
commit | 5544015c84ec4efb826b3173b28a5420ddb71f36 (patch) | |
tree | 1c1236ec32412b43b0886379d62b42fe25afee9d | |
parent | ae911239def141282615b3eaf877082f45b58d43 (diff) | |
download | nspr-hg-5544015c84ec4efb826b3173b28a5420ddb71f36.tar.gz |
#201555
r=seawood
OS/2 only - don't put debug info in files when linking
-rw-r--r-- | configure.in | 2 |
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" |