зеркало из https://github.com/mozilla/gecko-dev.git
15 строки
312 B
Plaintext
15 строки
312 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
|
|
unset TOOLCHAIN_PREFIX
|