aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-build_config_allocator.gni
blob: d85afb9f4d85db4ed4fc0bdf845c8cc5f031a0e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- build/config/allocator.gni.orig	2017-06-05 19:03:01 UTC
+++ build/config/allocator.gni
@@ -18,7 +18,7 @@ if (is_android || current_cpu == "mipsel" || is_mac ||
 # against the debug CRT with "is_nacl=false".
 if ((is_linux || is_android || is_mac ||
      (is_win && !is_component_build && !is_debug)) && !is_asan && !is_lsan &&
-    !is_tsan && !is_msan) {
+    !is_tsan && !is_msan && !is_bsd) {
   _default_use_experimental_allocator_shim = true
 } else {
   _default_use_experimental_allocator_shim = false