|
From: <sv...@va...> - 2005-08-15 04:36:22
|
Author: njn Date: 2005-08-15 05:36:19 +0100 (Mon, 15 Aug 2005) New Revision: 176 Log: some more info for the QSG Modified: trunk/docs/quick-start.html Modified: trunk/docs/quick-start.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/quick-start.html 2005-08-09 19:48:07 UTC (rev 175) +++ trunk/docs/quick-start.html 2005-08-15 04:36:19 UTC (rev 176) @@ -29,7 +29,11 @@ </div> <p>Compile your program with <tt class=3D"computeroutput">-g</tt> to inc= lude debugging information so that Memcheck's error messages include exact li= ne -numbers.</p> +numbers. Using <tt class=3D"computeroutput">-O0</tt> is also a good ide= a; +with <tt class=3D"computeroutput">-O1</tt> line numbers in error message= s can +be inaccurate, and with <tt class=3D"computeroutput">-O2</tt> Memcheck +occasionally reports undefined error messages incorrectly. +</p> </div> <div class=3D"sect1" lang=3D"en"> <div class=3D"titlepage"> |