Skip to content

Commit

Permalink
Linux: set pdf_use_partition_alloc to false (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Dec 1, 2023
1 parent 7700c6f commit 80aa877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/05-configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mkdir -p "$BUILD"
[ "$ENABLE_V8" == "true" ] && [ "$TARGET_CPU" == "arm64" ] && echo 'arm_control_flow_integrity = "none"'
;;
linux)
echo 'use_allocator_shim = false'
echo 'pdf_use_partition_alloc = false'
;;
mac)
echo 'use_allocator_shim = false'
Expand Down

0 comments on commit 80aa877

Please sign in to comment.