Bug 945151: Mark toolkit/library as FAIL_ON_WARNINGS. r=bsmedberg

This commit is contained in:
Daniel Holbert 2013-12-03 09:33:57 -08:00
parent ff6389791e
commit a67d0c334c

View File

@ -18,6 +18,8 @@ if CONFIG['OS_ARCH'] == 'WINNT':
'nsDllMain.cpp',
]
FAIL_ON_WARNINGS = True
MSVC_ENABLE_PGO = True
FORCE_SHARED_LIB = True