From 08ec2c1dc59255cd35ee29774874398c44b5b2be Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 21 May 2019 17:16:25 +0200 Subject: pdfium: re-enable PCH Change-Id: I5987fcc04396e4e22640d6b09b52fa7b08460369 Reviewed-on: https://gerrit.libreoffice.org/72687 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- external/pdfium/Library_pdfium.mk | 3 +-- external/pdfium/inc/pch/precompiled_pdfium.hxx | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'external/pdfium') diff --git a/external/pdfium/Library_pdfium.mk b/external/pdfium/Library_pdfium.mk index b70adf146c6c..acc2f7d38d84 100644 --- a/external/pdfium/Library_pdfium.mk +++ b/external/pdfium/Library_pdfium.mk @@ -13,8 +13,7 @@ $(eval $(call gb_Library_use_unpacked,pdfium,pdfium)) $(eval $(call gb_Library_set_warnings_not_errors,pdfium)) -# FIXME this needs updating -#$(eval $(call gb_Library_set_precompiled_header,pdfium,$(SRCDIR)/external/pdfium/inc/pch/precompiled_pdfium)) +$(eval $(call gb_Library_set_precompiled_header,pdfium,$(SRCDIR)/external/pdfium/inc/pch/precompiled_pdfium)) $(eval $(call gb_Library_set_include,pdfium,\ -I$(call gb_UnpackedTarball_get_dir,pdfium) \ diff --git a/external/pdfium/inc/pch/precompiled_pdfium.hxx b/external/pdfium/inc/pch/precompiled_pdfium.hxx index 282c2a508060..c70c4d16a101 100644 --- a/external/pdfium/inc/pch/precompiled_pdfium.hxx +++ b/external/pdfium/inc/pch/precompiled_pdfium.hxx @@ -13,7 +13,7 @@ manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). - Generated on 2019-05-18 14:23:38 using: + Generated on 2019-05-21 17:15:06 using: ./bin/update_pch external/pdfium pdfium --cutoff=1 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -124,7 +124,6 @@ #include #include #include -#include #include #include #include -- cgit