|
From: <sv...@va...> - 2005-08-15 04:34:22
|
Author: njn Date: 2005-08-15 05:34:20 +0100 (Mon, 15 Aug 2005) New Revision: 4420 Log: some more info in the QSG Modified: trunk/docs/xml/quick-start-guide.xml Modified: trunk/docs/xml/quick-start-guide.xml =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/xml/quick-start-guide.xml 2005-08-15 04:26:13 UTC (rev 441= 9) +++ trunk/docs/xml/quick-start-guide.xml 2005-08-15 04:34:20 UTC (rev 442= 0) @@ -40,7 +40,10 @@ <title>Preparing your program</title> <para>Compile your program with <computeroutput>-g</computeroutput> to i= nclude debugging information so that Memcheck's error messages include exact li= ne -numbers.</para> +numbers. Using <computeroutput>-O0</computeroutput> is also a good idea= ; +with <computeroutput>-O1</computeroutput> line numbers in error messages= can +be inaccurate, and with <computeroutput>-O2</computeroutput> Memcheck +occasionally reports undefined error messages incorrectly.</para> </sect1> =20 <sect1 id=3D"quick-start.mcrun"=20 |