summaryrefslogtreecommitdiff
path: root/media
diff options
context:
space:
mode:
Diffstat (limited to 'media')
-rw-r--r--media/ffvpx/ffvpxcommon.mozbuild3
-rw-r--r--media/libav/moz.build3
2 files changed, 0 insertions, 6 deletions
diff --git a/media/ffvpx/ffvpxcommon.mozbuild b/media/ffvpx/ffvpxcommon.mozbuild
index 2481dc84ee..eab3b24c2b 100644
--- a/media/ffvpx/ffvpxcommon.mozbuild
+++ b/media/ffvpx/ffvpxcommon.mozbuild
@@ -97,9 +97,6 @@ DEFINES['HAVE_AV_CONFIG_H'] = True
if CONFIG['MOZ_DEBUG']:
# Enable all assertions in debug builds.
DEFINES['ASSERT_LEVEL'] = 2
-elif not CONFIG['RELEASE_OR_BETA']:
- # Enable fast assertions in opt builds of Nightly and Aurora.
- DEFINES['ASSERT_LEVEL'] = 1
# clang-cl's <intrin.h> doesn't work the same as MSVC's. For details, see:
#
diff --git a/media/libav/moz.build b/media/libav/moz.build
index e6daba42af..29252d2df8 100644
--- a/media/libav/moz.build
+++ b/media/libav/moz.build
@@ -68,8 +68,5 @@ ALLOW_COMPILER_WARNINGS = True
if CONFIG['MOZ_DEBUG']:
# Enable all assertions in debug builds.
DEFINES['ASSERT_LEVEL'] = 2
-elif not CONFIG['RELEASE_OR_BETA']:
- # Enable fast assertions in opt builds of Nightly and Aurora.
- DEFINES['ASSERT_LEVEL'] = 1
include("libavcommon.mozbuild")