Backed out changeset 14c0513e6bdd (bug 1659452) as requested by decoder. CLOSED TREE

This commit is contained in:
Narcis Beleuzu 2020-08-19 11:59:11 +03:00
Родитель 963ffca00f
Коммит 10172bd904
7 изменённых файлов: 0 добавлений и 27 удалений

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

@ -11,9 +11,6 @@ export MOZILLA_OFFICIAL=1
# Package js shell.
export MOZ_PACKAGE_JSSHELL=1
# Keep basic GDB symbols around in debug builds
ac_add_options STRIP_FLAGS=--strip-debug
ac_add_options --with-branding=browser/branding/nightly
. "$topsrcdir/build/mozconfig.common.override"

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

@ -2,10 +2,4 @@
ac_add_options --with-branding=browser/branding/nightly
# STRIP_FLAGS is only valid for builds that strip; valgrind builds disable stripping
if [ -z "$USE_VALGRIND" ]; then
# Keep basic GDB symbols around in Nightly builds
ac_add_options STRIP_FLAGS=--strip-debug
fi
. "$topsrcdir/build/mozconfig.common.override"

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

@ -1,5 +1,3 @@
USE_VALGRIND=1
. $topsrcdir/browser/config/mozconfigs/linux32/nightly
ac_add_options --enable-valgrind

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

@ -1,6 +1,3 @@
# Avoid setting any incompatible strip flags in the nightly config
NOSTRIP_BUILD=1
. "$topsrcdir/browser/config/mozconfigs/linux64/nightly"
TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir}

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

@ -12,7 +12,4 @@ export MOZ_PACKAGE_JSSHELL=1
ac_add_options --with-branding=browser/branding/nightly
# Keep basic GDB symbols around in debug builds
ac_add_options STRIP_FLAGS=--strip-debug
. "$topsrcdir/build/mozconfig.common.override"

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

@ -2,11 +2,4 @@
ac_add_options --with-branding=browser/branding/nightly
# STRIP_FLAGS is only valid for builds that strip;
# Some builds like valgrind or code coverage disable stripping.
if [ -z "$NOSTRIP_BUILD" ]; then
# Keep basic GDB symbols around in Nightly builds
ac_add_options STRIP_FLAGS=--strip-debug
fi
. "$topsrcdir/build/mozconfig.common.override"

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

@ -1,8 +1,5 @@
MOZ_AUTOMATION_CHECK=0
# Avoid setting any incompatible strip flags in the nightly config
NOSTRIP_BUILD=1
. $topsrcdir/browser/config/mozconfigs/linux64/nightly
ac_add_options --enable-valgrind