summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2020-05-06 10:35:54 +0200
committerLuboš Luňák <l.lunak@collabora.com>2020-05-06 14:20:19 +0200
commitda2116dd2eeaedbd8d22f6f46da56ce212e2be15 (patch)
tree9d3c653682b4543d260eb45374de2047261bdd1e /config_host
parent65f3aea4727123a75dbd471592fe711998b5209b (diff)
always build Skia optimized, unless --enable-skia=debug
In raster mode the performance may make quite a difference, this is the drawing library (that's now the Windows default) and LO developers mostly do not need to debug Skia itself. Change-Id: I42f0407d37a2294b062a41d94566e8a4f5f4354b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93557 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_skia.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config_host/config_skia.h.in b/config_host/config_skia.h.in
index 2f39dbd13c29..f079e26cab8f 100644
--- a/config_host/config_skia.h.in
+++ b/config_host/config_skia.h.in
@@ -39,6 +39,8 @@ are the same.
#define SK_ASSUME_GL_ES 0
+// Enable Skia's internal checks depending on DBG_UTIL mode. ENABLE_SKIA_DEBUG
+// controls whether to build with or without optimizations (set in Makefile).
#ifdef DBG_UTIL
#define SK_DEBUG