[docs] winedev: Remove outdated section

André Hentschel nerv at dawncrow.de
Sun Apr 15 13:11:34 CDT 2012


---
 en/winedev-debugging.sgml |   22 ----------------------
 1 files changed, 0 insertions(+), 22 deletions(-)

diff --git a/en/winedev-debugging.sgml b/en/winedev-debugging.sgml
index 7c34e5d..6a7d58c 100644
--- a/en/winedev-debugging.sgml
+++ b/en/winedev-debugging.sgml
@@ -364,28 +364,6 @@ WINEDEBUG=trace+reg,warn-file
         </itemizedlist>
       </sect1>
 
-      <sect1 id="dbg-compiling">
-        <title>Compiling Out Debugging Messages</title>
-
-        <para>
-          To compile out the debugging messages, provide
-          <command>configure</command> with the following options:
-        </para>
-        <screen>
-    --disable-debug      -- turns off TRACE, WARN, and FIXME (and DUMP).
-    --disable-trace      -- turns off TRACE only.
-        </screen>
-        <para>
-          This will result in an executable that, when stripped, is
-          about 15%-20% smaller.  Note, however, that you will not be
-          able to effectively debug Wine without these messages.
-        </para>
-        <para>
-          This feature has not been extensively tested--it may subtly
-          break some things.
-        </para>
-      </sect1>
-
       <sect1 id="dbg-notes">
         <title>A Few Notes on Style</title>
 
-- 

Best Regards, André Hentschel


More information about the wine-patches mailing list