This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
The following commit(s) were added to refs/heads/master by this push: new 30e1498 documenting new configure switch --enable-rivet-debug-build 30e1498 is described below commit 30e1498cb7d368c10f99e4e1ac007e2c2385b674 Author: Massimo Manghi <massimo.man...@gmail.com> AuthorDate: Thu Nov 4 17:27:39 2021 +0100 documenting new configure switch --enable-rivet-debug-build --- ChangeLog | 3 +++ doc/xml/installation.xml | 12 +++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e8bd533..8b61886 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2021-11-04 Massimo Manghi <mxman...@apache.org> + * doc/xml/installation.xml: documenting new configure switch --enable-rivet-debug-build + 2021-11-03 Massimo Manghi <mxman...@apache.org> * src/mod_rivet_ng/TclWebapache.c: removed unnecessary call to TclWeb_InitEnvVars when loading input headers diff --git a/doc/xml/installation.xml b/doc/xml/installation.xml index a60d81c..245f584 100644 --- a/doc/xml/installation.xml +++ b/doc/xml/installation.xml @@ -240,7 +240,17 @@ tar -xvf rivet-&fullversion;.tar.gz</programlisting> </para> </listitem> </varlistentry> - + + <varlistentry> + <term>--enable-rivet-debug-build</term> + <listitem> + <para> + Enable definition of the preprocessor symbol RIVET_DEBUG_BUILD. This is used to + conditionally include code into the build for development and debugging purposes + </para> + </listitem> + </varlistentry> + <varlistentry> <term>--enable-virtual-interps-separation</term> <listitem> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org