diff -r 000000000000 -r 6474c204b198 browser/config/mozconfigs/linux64/debug-static-analysis-clang --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/browser/config/mozconfigs/linux64/debug-static-analysis-clang Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,21 @@ +MOZ_AUTOMATION_BUILD_SYMBOLS=0 +MOZ_AUTOMATION_PACKAGE_TESTS=0 +MOZ_AUTOMATION_L10N_CHECK=0 + +. "$topsrcdir/build/mozconfig.common" + +ac_add_options --enable-debug + +ac_add_options --disable-unified-compilation + +# Use Clang as specified in manifest +export CC="$topsrcdir/clang/bin/clang" +export CXX="$topsrcdir/clang/bin/clang++" + +# Add the static checker +ac_add_options --enable-clang-plugin + +# Avoid dependency on libstdc++ 4.7 +ac_add_options --enable-stdcxx-compat + +. "$topsrcdir/build/mozconfig.common.override"