mozconfig.common 743 B

12345678910111213141516171819202122
  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. # Common mozconfig for official builds.
  5. #
  6. # Add options to this file that will be inherited by all in-tree mozconfigs.
  7. # This is useful for eg try builds with nondefault options that apply to all
  8. # architectures, though note that if you want to override options set in
  9. # another mozconfig file, you'll need to use mozconfig.common.override instead
  10. # of this file.
  11. mk_add_options AUTOCLOBBER=1
  12. ac_add_options --enable-crashreporter
  13. ac_add_options --enable-release
  14. ac_add_options --enable-js-shell
  15. . "$topsrcdir/build/mozconfig.automation"