aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer.md
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-09-16 03:23:02 +0200
committerJay Berkenbilt <ejb@ql.org>2017-09-16 19:22:15 +0200
commit0f1ce8e6461d417d1fed2ea4a0cbf27f10ee4eff (patch)
tree7f895940edeba3f4160d80724698a27ebf79fa47 /README-maintainer.md
parent4c31d3b8af9ab6496fb2b37f10bf10c9b0068b78 (diff)
downloadqpdf-0f1ce8e6461d417d1fed2ea4a0cbf27f10ee4eff.tar.zst
Prepare 7.0.0 releaserelease-qpdf-7.0.0
Diffstat (limited to 'README-maintainer.md')
-rw-r--r--README-maintainer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-maintainer.md b/README-maintainer.md
index 9aa29d38..7563de6d 100644
--- a/README-maintainer.md
+++ b/README-maintainer.md
@@ -14,7 +14,7 @@
--enable-werror --disable-shared
```
The test suite should run clean with this. This seems to be more reliable than valgrind.
-* Test with clang.
+* Test with clang. Pass `CC=clang CXX=clang++` to `./configure`.
* Check all open issues in the sourceforge trackers and on github.
* If any interfaces were added or changed, check C API to see whether changes are appropriate there as well. If necessary, review the casting policy in the manual, and ensure that integer types are properly handled.
* Avoid atoi. Use QUtil::string_to_int instead. It does overflow/underflow checking.