summaryrefslogtreecommitdiffstats
path: root/external/skia
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2020-09-14 15:35:26 +0200
committerLuboš Luňák <l.lunak@collabora.com>2020-09-15 11:42:31 +0200
commit9d2ce7ef8ea225369ec9a2e6a9b6b7a031f1a708 (patch)
tree6bc35e9e03eaf13a2425bd07a96c3a287e674bbd /external/skia
parentsw: don't throw if disposed in SwXRedlinePortion::getPropertyValue() (diff)
downloadcore-9d2ce7ef8ea225369ec9a2e6a9b6b7a031f1a708.tar.gz
core-9d2ce7ef8ea225369ec9a2e6a9b6b7a031f1a708.zip
disable Clang's -fmodules-codegen for Skia if optimizing it
Skia is explicitly made to build optimized even in debug builds, unless --enable-skia=debug is given, so $(PCH_MODULES_CODEGEN) gets set even for it by com_GCC_class.mk , although normally it's disabled for optimized builds as not worth it. Explicitly disable the flag for Skia. Change-Id: Icf030f0bdc99dbc476af585937c864f951d2b7ca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102674 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'external/skia')
-rw-r--r--external/skia/Library_skia.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/skia/Library_skia.mk b/external/skia/Library_skia.mk
index 735152808f12..feda0793b566 100644
--- a/external/skia/Library_skia.mk
+++ b/external/skia/Library_skia.mk
@@ -29,6 +29,7 @@ $(eval $(call gb_Library_add_defs,skia,\
ifeq ($(ENABLE_SKIA_DEBUG),)
$(eval $(call gb_Library_add_cxxflags,skia, \
$(gb_COMPILEROPTFLAGS) \
+ $(PCH_NO_MODULES_CODEGEN) \
))
endif