Kaydet (Commit) 9efd288b authored tarafından Miklos Vajna's avatar Miklos Vajna

pdfium: disable custom allocator

That causes problems on aarch64 (see
<https://lists.freedesktop.org/archives/libreoffice/2018-February/079384.html>)
and provides little benefit to our use-case.

Change-Id: I133d41476ab84cec67abc5b36a1e16c91bc6ac15
Reviewed-on: https://gerrit.libreoffice.org/49684Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
üst 2dda7cca
...@@ -24,6 +24,7 @@ $(eval $(call gb_Library_add_defs,pdfium,\ ...@@ -24,6 +24,7 @@ $(eval $(call gb_Library_add_defs,pdfium,\
-DUSE_SYSTEM_LCMS2 \ -DUSE_SYSTEM_LCMS2 \
-DUSE_SYSTEM_LIBJPEG \ -DUSE_SYSTEM_LIBJPEG \
-DUSE_SYSTEM_ZLIB \ -DUSE_SYSTEM_ZLIB \
-DMEMORY_TOOL_REPLACES_ALLOCATOR \
-DUNICODE \ -DUNICODE \
)) ))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment