Skip to content

Commit

Permalink
Remove use_allocator_shim
Browse files Browse the repository at this point in the history
It's an option of `partition_allocator` which we disabled for all architectures.
  • Loading branch information
bblanchon committed May 21, 2024
1 parent 90c2ded commit d1a9c1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions steps/05-configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@ mkdir -p "$BUILD"
echo "clang_use_chrome_plugins = false"
;;
linux)
echo 'use_allocator_shim = false'
echo "clang_use_chrome_plugins = false"
;;
mac)
echo 'use_allocator_shim = false'
echo 'mac_deployment_target = "10.13.0"'
echo "clang_use_chrome_plugins = false"
;;
Expand Down

0 comments on commit d1a9c1b

Please sign in to comment.