mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
2b4c7c9921
MozReview-Commit-ID: HYJOVhR5GwO --HG-- extra : rebase_source : c063cb7c34e35828a34ce309479b4a4d9e728c94
14 lines
289 B
Plaintext
14 lines
289 B
Plaintext
# Common options for testing artifact builds in automation.
|
|
|
|
# Enable the artifact build.
|
|
ac_add_options --enable-artifact-builds
|
|
|
|
# Override any toolchain defines we've inherited from other mozconfigs.
|
|
unset CC
|
|
unset CXX
|
|
unset HOST_CC
|
|
unset HOST_CXX
|
|
unset RUSTC
|
|
unset CARGO
|
|
unset MAKECAB
|