summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2020-05-22 21:13:14 +0200
committerLuboš Luňák <l.lunak@collabora.com>2020-06-22 13:31:20 +0200
commitbb4b538ff6c2b10d41784819224171df07910eaf (patch)
treede56ae1cdc2fe15a05c288a363dfcc9a0446887d /external
parent418e6c018ab28a8695519f803ae2c1937d97ada0 (diff)
add debugging hints to Skia README
Change-Id: I32d9a8bf19cbff709c088c0e0a1d4830e877e88d
Diffstat (limited to 'external')
-rw-r--r--external/skia/README10
1 files changed, 8 insertions, 2 deletions
diff --git a/external/skia/README b/external/skia/README
index ccd1be1519a9..bf59a2384612 100644
--- a/external/skia/README
+++ b/external/skia/README
@@ -21,7 +21,13 @@ And review differences for BUILD.gn and relevant files in gn/ :
git diff chrome/mYY..chrome/mXX ./BUILD.gn ./gn
-GrContext sharing
-=================
+Debugging Skia:
+===============
+
+Note that Skia is always built optimized, unless you use --enable-skia=debug.
+
+
+GrContext sharing:
+==================
For details about the share-grcontext patch, see vcl/skia/README.