|
From: <sv...@va...> - 2005-11-15 20:16:53
|
Author: njn Date: 2005-11-15 20:16:45 +0000 (Tue, 15 Nov 2005) New Revision: 5136 Log: wibble 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-11-15 19:51:04 UTC (rev 513= 5) +++ trunk/docs/xml/quick-start-guide.xml 2005-11-15 20:16:45 UTC (rev 513= 6) @@ -42,7 +42,7 @@ debugging information so that Memcheck's error messages include exact li= ne numbers. Using <computeroutput>-O0</computeroutput> is also a good idea= , if you can tolerate the slowdown. With <computeroutput>-O1</computeroutput= >=20 -line numbers in error messages can inaccurate, although generally speaki= ng +line numbers in error messages can be inaccurate, although generally spe= aking Memchecking code compiled at <computeroutput>-O1</computeroutput> works=20 fairly well. Use of <computeroutput>-O2</computeroutput> and above is not recommended as Memcheck occasionally reports uninitialised-value |