···1-2<chapter xmlns="http://docbook.org/ns/docbook"
3 xmlns:xlink="http://www.w3.org/1999/xlink"
4 xml:id="chap-stdenv">
···188189 <varlistentry>
190 <term><varname>NIX_DEBUG</varname></term>
191- <listitem><para>If set, <literal>stdenv</literal> will print some
192- debug information during the build. In particular, the
193- <command>gcc</command> and <command>ld</command> wrapper scripts
194- will print out the complete command line passed to the wrapped
195- tools.</para></listitem>
00196 </varlistentry>
197198</variablelist>
···01<chapter xmlns="http://docbook.org/ns/docbook"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 xml:id="chap-stdenv">
···187188 <varlistentry>
189 <term><varname>NIX_DEBUG</varname></term>
190+ <listitem><para>
191+ A natural number indicating how much information to log.
192+ If set to 1 or higher, <literal>stdenv</literal> will print moderate debug information during the build.
193+ In particular, the <command>gcc</command> and <command>ld</command> wrapper scripts will print out the complete command line passed to the wrapped tools.
194+ If set to 6 or higher, the <literal>stdenv</literal> setup script will be run with <literal>set -x</literal> tracing.
195+ If set to 7 or higher, the <command>gcc</command> and <command>ld</command> wrapper scripts will also be run with <literal>set -x</literal> tracing.
196+ </para></listitem>
197 </varlistentry>
198199</variablelist>