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