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