summaryrefslogtreecommitdiff
path: root/vcl/README
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2017-06-26 14:21:24 +0200
committerMichael Stahl <mstahl@redhat.com>2017-07-07 16:31:20 +0200
commit02b61a54674ce112bd9a0fdf064b830e0c35cc4e (patch)
tree61b6355aeb36483990951f4588547fddeeb7cbf5 /vcl/README
parent3310b7cd84d493979d0a793fdb5219d5b1ac11ca (diff)
vcl: adapt README to VCL_DEBUG_DISABLE_PDFCOMPRESSION changes
No longer need to compile with dbglevel=3 since 4dfa3161896a0e045da3b5cf656ebd8f40044a46 Change-Id: I2dbc7ccd07abd191701c93534241ffd4dfef9df1
Diffstat (limited to 'vcl/README')
-rw-r--r--vcl/README4
1 files changed, 1 insertions, 3 deletions
diff --git a/vcl/README b/vcl/README
index 2bf842087541..b122e8218410 100644
--- a/vcl/README
+++ b/vcl/README
@@ -189,13 +189,11 @@ On-screen display differs in step 1 and 2:
=== Debugging PDF export ===
-Debugging the PDF export becomes much easier in higher debug-levels, where
+Debugging the PDF export becomes much easier when
compression is disabled (so the PDF file is directly readable) and
the MARK function puts comments into the PDF file about which method
generated the following PDF content.
-touch vcl/source/gdi/pdfwriter* && make vcl dbglevel=3
-
The compression can be disabled even using a env. var:
export VCL_DEBUG_DISABLE_PDFCOMPRESSION=1