~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/patches/default-allocator

  • Committer: Olivier Tilloy
  • Date: 2018-03-26 20:57:59 UTC
  • mfrom: (1358.1.72 artful-dev)
  • Revision ID: olivier.tilloy@canonical.com-20180326205759-dk0dij53q4bmy9n4
* Upstream beta channel update: 66.0.3359.45
* debian/rules:
  - remove use_system_sqlite build flag
  - bootstrap the build (build gn) with clang
* debian/patches/configuration-directory.patch: refreshed
* debian/patches/default-allocator: refreshed
* debian/patches/disable-sse2: refreshed
* debian/patches/last-commit-position: refreshed
* debian/patches/revert-clang-nostdlib++.patch: refreshed
* debian/patches/revert-Xclang-instcombine-lower-dbg-declare.patch: refreshed
* debian/patches/search-credit.patch: refreshed
* debian/patches/set-rpath-on-chromium-executables.patch: refreshed
* debian/patches/suppress-newer-clang-warning-flags.patch: updated
* debian/patches/touch-v35: refreshed
* debian/patches/use-clang-versioned.patch: refreshed
* debian/patches/widevine-other-locations: refreshed
* debian/known_gn_gen_args-*: remove use_system_sqlite build flag

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
--- a/build/config/allocator.gni
2
2
+++ b/build/config/allocator.gni
3
3
@@ -10,7 +10,7 @@ if (is_android || current_cpu == "mipsel
4
 
     (is_linux && target_cpu == "arm64")) {
 
4
     is_fuchsia || (is_linux && target_cpu == "arm64")) {
5
5
   _default_allocator = "none"
6
6
 } else {
7
7
-  _default_allocator = "tcmalloc"