summaryrefslogtreecommitdiff
path: root/config/mozconfigs/linux64
diff options
context:
space:
mode:
Diffstat (limited to 'config/mozconfigs/linux64')
-rw-r--r--config/mozconfigs/linux64/debug3
-rw-r--r--config/mozconfigs/linux64/debug-asan3
-rw-r--r--config/mozconfigs/linux64/l10n-mozconfig3
3 files changed, 0 insertions, 9 deletions
diff --git a/config/mozconfigs/linux64/debug b/config/mozconfigs/linux64/debug
index a879da7..2583163 100644
--- a/config/mozconfigs/linux64/debug
+++ b/config/mozconfigs/linux64/debug
@@ -9,9 +9,6 @@ MOZ_AUTOMATION_L10N_CHECK=0
# Needed to enable breakpad in application.ini
export MOZILLA_OFFICIAL=1
-# Enable Telemetry
-export MOZ_TELEMETRY_REPORTING=1
-
# Package js shell.
export MOZ_PACKAGE_JSSHELL=1
diff --git a/config/mozconfigs/linux64/debug-asan b/config/mozconfigs/linux64/debug-asan
index a772dbb..7a3aa0d 100644
--- a/config/mozconfigs/linux64/debug-asan
+++ b/config/mozconfigs/linux64/debug-asan
@@ -11,9 +11,6 @@ ac_add_options --enable-valgrind
export PKG_CONFIG_LIBDIR=/usr/lib64/pkgconfig:/usr/share/pkgconfig
. $topsrcdir/build/unix/mozconfig.gtk
-# Enable Telemetry
-export MOZ_TELEMETRY_REPORTING=1
-
# Package js shell.
export MOZ_PACKAGE_JSSHELL=1
diff --git a/config/mozconfigs/linux64/l10n-mozconfig b/config/mozconfigs/linux64/l10n-mozconfig
index 4df482d..0fbb87f 100644
--- a/config/mozconfigs/linux64/l10n-mozconfig
+++ b/config/mozconfigs/linux64/l10n-mozconfig
@@ -8,9 +8,6 @@ ac_add_options --enable-official-branding
export MOZILLA_OFFICIAL=1
-# Enable Telemetry
-export MOZ_TELEMETRY_REPORTING=1
-
ac_add_options --disable-stdcxx-compat
# Don't autoclobber l10n, as this can lead to missing binaries and broken builds