Set default optimization level to -xO4 for Solaris/Forte builds.

Thanks to Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
Bug #109860 r=cls


git-svn-id: svn://10.0.0.236/trunk@130890 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
seawood%netscape.com
2002-10-01 17:03:24 +00:00
parent 1689294307
commit 454204cd9e
2 changed files with 362 additions and 360 deletions

721
mozilla/configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -1254,6 +1254,7 @@ dnl the qsort routine under solaris is faulty
NS_USE_NATIVE=1
AC_DEFINE(NSCAP_DISABLE_DEBUG_PTR_TYPES)
LDFLAGS="-xildoff -zlazyload -zcombreloc $LDFLAGS"
MOZ_OPTIMIZE_FLAGS="-xO4"
MKSHLIB='$(CXX) $(CXXFLAGS) $(DSO_PIC_FLAGS) $(DSO_LDOPTS) -o $@'
MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_FLAGS) $(DSO_LDOPTS) -o $@'
MKSHLIB_FORCE_ALL='-Qoption ld -z,allextract'