Module: docs Branch: master Commit: b4630a0dcdeb68bf109076717b6ee873537f01e8 URL: http://source.winehq.org/git/docs.git/?a=commit;h=b4630a0dcdeb68bf109076717b...
Author: André Hentschel nerv@dawncrow.de Date: Sun Apr 15 20:11:34 2012 +0200
winedev: Remove outdated section.
---
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>