author | Ben Turner <bent.mozilla@gmail.com> |
Tue, 31 Mar 2015 15:51:24 -0700 | |
changeset 236939 | 0253a852074fcf911ab80caf03dfc5b75061d391 |
parent 236938 | 522cf568a36403dfb65f38e05d3ec30f397e3c8d |
child 236940 | 46c549bb63434ca1e6665c76206d4a33e964921f |
push id | 28521 |
push user | ryanvm@gmail.com |
push date | Wed, 01 Apr 2015 16:35:21 +0000 |
treeherder | mozilla-central@e5b72a8edb82 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
milestone | 40.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/build/mozconfig.common +++ b/build/mozconfig.common @@ -5,17 +5,15 @@ # Common mozconfig for official builds. # # Add options to this file that will be inherited by all in-tree mozconfigs. # This is useful for eg try builds with nondefault options that apply to all # architectures, though note that if you want to override options set in # another mozconfig file, you'll need to use mozconfig.common.override instead # of this file. -MOZ_CRASHREPORTER_UPLOAD_FULL_SYMBOLS=1 - mk_add_options AUTOCLOBBER=1 ac_add_options --enable-crashreporter ac_add_options --enable-release . "$topsrcdir/build/mozconfig.automation"