summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-26 02:38:58 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-26 02:38:58 +0000
commit72b8900abdfabef9bc4de0aaef8b49c5362d891c (patch)
treee66e49cc2c5e90835c69da30fcc6f3e43c940058 /DOCS
parentd2cc9336d655b8bc9820bee703cd26adf7f17180 (diff)
downloadmpv-72b8900abdfabef9bc4de0aaef8b49c5362d891c.tar.bz2
mpv-72b8900abdfabef9bc4de0aaef8b49c5362d891c.tar.xz
Suggest --enable-debug=3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5348 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/bugreports.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/bugreports.html b/DOCS/bugreports.html
index 730b5e234a..f3fc1454bb 100644
--- a/DOCS/bugreports.html
+++ b/DOCS/bugreports.html
@@ -152,7 +152,7 @@ printf "esi=%08lX\n",$esi<BR>
<P><B><I>How to conserve information about a reproducible crash</I></B></P>
<P>Re-compile mplayer with debugging code enabled:</P>
-<P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;./configure --enable-debug<BR>
+<P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;./configure --enable-debug=3<BR>
&nbsp;&nbsp;&nbsp;&nbsp;make</CODE></P>
and then run mplayer within gdb using:
<P><CODE>&nbsp;&nbsp;&nbsp;&nbsp;gdb mplayer</CODE></P>