gecko-dev/build/mozconfig.artifact
Chris Manchester 2b4c7c9921 Bug 1331783 - Fix MAKECAB option when set in artifact builds. r=rillian
MozReview-Commit-ID: HYJOVhR5GwO

--HG--
extra : rebase_source : c063cb7c34e35828a34ce309479b4a4d9e728c94
2017-01-18 20:13:10 -08:00

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