Skip to content

Commit

Permalink
sourcebuild: generally opt out of PartitionAlloc
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Apr 2, 2024
1 parent ec5b497 commit b1361a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setupsrc/pypdfium2_setup/build_pdfium.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"pdf_enable_v8": False,
"pdf_enable_xfa": False,
"pdf_use_skia": False,
"use_allocator_shim": False,
# "use_allocator_shim": False,
"pdf_use_partition_alloc": False,
}

SyslibsConfig = {
Expand All @@ -52,7 +53,6 @@
"use_system_zlib": True,
"use_system_libtiff": True,
"clang_use_chrome_plugins": False,
"pdf_use_partition_alloc": False,
"use_sysroot": False,
}

Expand Down

0 comments on commit b1361a7

Please sign in to comment.