Bug 973362 - Enable debug assertions for libopus. r=tterribe

This commit is contained in:
Chris Peterson 2014-02-14 00:20:09 -08:00
parent dcfc7e9c20
commit 2a22a90c78

View File

@ -19,6 +19,9 @@ DEFINES['OPUS_BUILD'] = True
DEFINES['OPUS_VERSION'] = '"v1.1-mozilla"'
DEFINES['USE_ALLOCA'] = True
if CONFIG['MOZ_DEBUG']:
DEFINES['ENABLE_ASSERTIONS'] = True
if CONFIG['OS_ARCH'] in ('Linux', 'Darwin', 'DragonFly', 'FreeBSD',
'NetBSD', 'OpenBSD'):
DEFINES['HAVE_LRINTF'] = True