Bug 1198334 (follow-up) - Fix SM(e) bustage (which doesn't show up on try pushes, grr). r=bustage.

This commit is contained in:
Nicholas Nethercote 2015-08-30 17:05:38 -07:00
parent 10d95cca57
commit ce91752c8f

View File

@ -42,3 +42,6 @@ PYTHON_UNIT_TESTS += [
if CONFIG['GNU_CC'] and CONFIG['MOZ_OPTIMIZE']:
CFLAGS += ['-O3']
# XXX: We should fix these warnings.
ALLOW_COMPILER_WARNINGS = True