Skip to content

Commit

Permalink
Bug 1528886 - Remove --enable-jemalloc from mozconfigs. r=dmajor
Browse files Browse the repository at this point in the history
Builds that should have jemalloc enabled already have it enabled by
default. An explicit --enable-jemalloc is not necessary.

Differential Revision: https://phabricator.services.mozilla.com/D20273
  • Loading branch information
glandium committed Feb 19, 2019
1 parent dcd6866 commit 40b3f7d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion browser/config/mozconfigs/win32/common-opt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
. "$topsrcdir/browser/config/mozconfigs/common"

ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
ac_add_options --enable-jemalloc

if [ -f /c/builds/gapi.data ]; then
_gapi_keyfile=c:/builds/gapi.data
Expand Down
2 changes: 1 addition & 1 deletion browser/config/mozconfigs/win64-aarch64/common-opt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
. "$topsrcdir/browser/config/mozconfigs/common"

ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
ac_add_options --enable-jemalloc

if [ -f /c/builds/gapi.data ]; then
_gapi_keyfile=c:/builds/gapi.data
else
Expand Down
2 changes: 1 addition & 1 deletion browser/config/mozconfigs/win64/common-opt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
. "$topsrcdir/browser/config/mozconfigs/common"

ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
ac_add_options --enable-jemalloc

if [ -f /c/builds/gapi.data ]; then
_gapi_keyfile=c:/builds/gapi.data
else
Expand Down

0 comments on commit 40b3f7d

Please sign in to comment.