mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 02:43:07 +00:00
a8bba22342
sccache doesn't actually support clang-cl currently, so we're just making our clang-cl builds slower by enabling it. Also, I'm trying to update to a newer version of sccache and something broke running sccache+clang-cl entirely so my try builds are busted, so disabling it entirely until we actually support this configuration seems sensible. MozReview-Commit-ID: LMkVuBRclCp --HG-- extra : rebase_source : 76357d16190a6d2b2c5f177874de00ed3e636a76
17 lines
417 B
Plaintext
17 lines
417 B
Plaintext
MOZ_AUTOMATION_BUILD_SYMBOLS=0
|
|
MOZ_AUTOMATION_PACKAGE_TESTS=0
|
|
MOZ_AUTOMATION_L10N_CHECK=0
|
|
|
|
. "$topsrcdir/build/mozconfig.win-common"
|
|
. "$topsrcdir/browser/config/mozconfigs/common"
|
|
|
|
ac_add_options --enable-optimize
|
|
ac_add_options --enable-debug
|
|
|
|
ac_add_options --enable-clang-plugin
|
|
|
|
. $topsrcdir/build/win32/mozconfig.vs-latest
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|
|
. "$topsrcdir/build/mozconfig.clang-cl"
|