michael@0: MOZ_AUTOMATION_BUILD_SYMBOLS=0 michael@0: MOZ_AUTOMATION_PACKAGE_TESTS=0 michael@0: MOZ_AUTOMATION_L10N_CHECK=0 michael@0: michael@0: . "$topsrcdir/build/mozconfig.common" michael@0: michael@0: ac_add_options --enable-debug michael@0: michael@0: ac_add_options --disable-unified-compilation michael@0: michael@0: # Use Clang as specified in manifest michael@0: export CC="$topsrcdir/clang/bin/clang" michael@0: export CXX="$topsrcdir/clang/bin/clang++" michael@0: michael@0: # Add the static checker michael@0: ac_add_options --enable-clang-plugin michael@0: michael@0: # Avoid dependency on libstdc++ 4.7 michael@0: ac_add_options --enable-stdcxx-compat michael@0: michael@0: . "$topsrcdir/build/mozconfig.common.override"