blob: ad1269b94f5b42f48c7c5f8485177c7a5ba22f64 (
plain)
1
2
3
4
5
6
7
8
9
10
|
MOZ_AUTOMATION_BUILD_SYMBOLS=0
mk_add_options MOZ_MAKE_FLAGS=--output-sync=line
. "$topsrcdir/browser/config/mozconfigs/linux32/debug"
unset ENABLE_CLANG_PLUGIN
# Test geckodriver, which isn't built as part of the build jobs
ac_add_options --enable-geckodriver
|