Skip to content

Commit

Permalink
Linux: set pdf_use_partition_alloc to false
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Sep 21, 2023
1 parent 8d9cea2 commit 44bd349
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions steps/05-configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ mkdir -p "$BUILD"
echo "use_blink = true"
[ "$ENABLE_V8" == "true" ] && [ "$TARGET_CPU" == "arm64" ] && echo 'arm_control_flow_integrity = "none"'
;;
linux)
echo 'pdf_use_partition_alloc = false'
;;
mac)
echo 'mac_deployment_target = "10.13.0"'
;;
Expand Down

0 comments on commit 44bd349

Please sign in to comment.