aboutsummaryrefslogtreecommitdiffstats
path: root/README.maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-10 03:48:01 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-10 04:00:49 +0200
commitff6971fb1cba7ff88eeb0538d3d6cf5268add05f (patch)
tree88ea08d8b11b130ef6fd0157ad161f1f1a49dbd8 /README.maintainer
parent49825e5cb67e589060de435f59203fa2f29b0476 (diff)
downloadqpdf-ff6971fb1cba7ff88eeb0538d3d6cf5268add05f.tar.zst
Call PointerHolder constructor properly (fixes #135)
Passed arguments to the constructor in the wrong order.
Diffstat (limited to 'README.maintainer')
-rw-r--r--README.maintainer7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.maintainer b/README.maintainer
index 0a270e2a..209a5ebf 100644
--- a/README.maintainer
+++ b/README.maintainer
@@ -17,6 +17,13 @@ Release Reminders
running a spelling checker over the source code to catch errors in
variable names, strings, and comments. Use ispell -p ispell-words.
+ * Run tests with sanitize address enabled:
+
+ ./configure CFLAGS="-fsanitize=address -g" \
+ CXXFLAGS="-fsanitize=address -g" \
+ LDFLAGS="-fsanitize=address" \
+ --enable-werror --disable-shared
+
* Consider running tests with latest gcc and/or valgrind. To do
this, replace, build with debugging and without shared libraries.
In build, create z and move each executable into z. Then create a