config_host/config_skia.h.in |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit b6f8734963b883798ca4bf6854fa90e7dd7b9131
Author:     Noel Grandin <[email protected]>
AuthorDate: Thu Jan 26 11:51:11 2023 +0200
Commit:     Noel Grandin <[email protected]>
CommitDate: Thu Jan 26 11:09:12 2023 +0000

    improve comment about SKIA_DEBUG
    
    Change-Id: I1101b0cc51a8c1f4302f479c3dcd3db002c1be88
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146164
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <[email protected]>

diff --git a/config_host/config_skia.h.in b/config_host/config_skia.h.in
index b98ba14d31ec..85711486984f 100644
--- a/config_host/config_skia.h.in
+++ b/config_host/config_skia.h.in
@@ -62,8 +62,9 @@ are the same.
 // the default X11 visual is actually also BGRA.
 #define SK_R32_SHIFT 16
 
-// Enable Skia's internal checks depending on DBG_UTIL mode. ENABLE_SKIA_DEBUG
-// controls whether to build with or without optimizations (set in Makefile).
+// Enable Skia's internal checks depending on DBG_UTIL mode.
+// ENABLE_SKIA_DEBUG controls whether to build with or without optimizations, 
and
+// is set by using --enable-skia=debug.
 #ifdef DBG_UTIL
 
 #define SK_DEBUG

Reply via email to