Bug 851753 - add new mozconfig for static analysis with clang (currently unused, hence DONTBUILD) - r=jcranmer

This commit is contained in:
Chris Cooper 2013-04-16 17:58:16 -04:00
parent 2039d2843a
commit eb945b6e14

View File

@ -0,0 +1,12 @@
. "$topsrcdir/build/mozconfig.common"
ac_add_options --enable-debug
# 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
. "$topsrcdir/build/mozconfig.common.override"