Bugzilla bug #85979: always use the -xs compiler option in Solaris debug

builds.
Modified files: configure.in configure
This commit is contained in:
wtc%netscape.com 2001-06-14 21:45:39 +00:00
Родитель cc75578f3f
Коммит eee2b1ecba
2 изменённых файлов: 2 добавлений и 2 удалений

2
nsprpub/configure поставляемый
Просмотреть файл

@ -4313,7 +4313,7 @@ EOF
else
CC="$CC -xstrconst"
CXX="$CXX -Qoption cg -xstrconst"
if test -n "$BUILD_NUMBER" && test -z "$MOZ_OPTIMIZE"; then
if test -z "$MOZ_OPTIMIZE"; then
CFLAGS="$CFLAGS -xs"
CXXFLAGS="$CXXFLAGS -xs"
fi

Просмотреть файл

@ -1548,7 +1548,7 @@ mips-sony-newsos*)
else
CC="$CC -xstrconst"
CXX="$CXX -Qoption cg -xstrconst"
if test -n "$BUILD_NUMBER" && test -z "$MOZ_OPTIMIZE"; then
if test -z "$MOZ_OPTIMIZE"; then
CFLAGS="$CFLAGS -xs"
CXXFLAGS="$CXXFLAGS -xs"
fi