1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/browser/config/mozconfigs/linux64/debug-static-analysis-clang Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +MOZ_AUTOMATION_BUILD_SYMBOLS=0 1.5 +MOZ_AUTOMATION_PACKAGE_TESTS=0 1.6 +MOZ_AUTOMATION_L10N_CHECK=0 1.7 + 1.8 +. "$topsrcdir/build/mozconfig.common" 1.9 + 1.10 +ac_add_options --enable-debug 1.11 + 1.12 +ac_add_options --disable-unified-compilation 1.13 + 1.14 +# Use Clang as specified in manifest 1.15 +export CC="$topsrcdir/clang/bin/clang" 1.16 +export CXX="$topsrcdir/clang/bin/clang++" 1.17 + 1.18 +# Add the static checker 1.19 +ac_add_options --enable-clang-plugin 1.20 + 1.21 +# Avoid dependency on libstdc++ 4.7 1.22 +ac_add_options --enable-stdcxx-compat 1.23 + 1.24 +. "$topsrcdir/build/mozconfig.common.override"