From a591001e7b3d327b56ab1f3121edce796b73c4c8 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 15 Oct 2016 18:18:52 +0900 Subject: [PATCH] Update doc --- lib/includes/nghttp2/nghttp2.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/includes/nghttp2/nghttp2.h b/lib/includes/nghttp2/nghttp2.h index 572b1763..3e6e6171 100644 --- a/lib/includes/nghttp2/nghttp2.h +++ b/lib/includes/nghttp2/nghttp2.h @@ -5258,6 +5258,9 @@ typedef void (*nghttp2_debug_vprintf_callback)(const char *format, * ``DEBUGBUILD`` macro defined. If this option is not used, debug * log is written into standard error output. * + * For builds without ``DEBUGBUILD`` macro defined, this function is + * noop. + * * Note that building with ``DEBUGBUILD`` may cause significant * performance penalty to libnghttp2 because of extra processing. It * should be used for debugging purpose only.