nightmorph 08/07/22 05:56:05 Modified: gcc-optimization.xml Log: update LDFLAGS info
Revision Changes Path 1.14 xml/htdocs/doc/en/gcc-optimization.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?rev=1.14&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gcc-optimization.xml?r1=1.13&r2=1.14 Index: gcc-optimization.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-optimization.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- gcc-optimization.xml 10 Nov 2007 01:18:14 -0000 1.13 +++ gcc-optimization.xml 22 Jul 2008 05:56:05 -0000 1.14 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-optimization.xml,v 1.13 2007/11/10 01:18:14 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gcc-optimization.xml,v 1.14 2008/07/22 05:56:05 nightmorph Exp $ --> <guide link="/doc/en/gcc-optimization.xml"> <title>Compilation Optimization Guide</title> @@ -19,8 +19,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.8</version> -<date>2007-11-09</date> +<version>1.9</version> +<date>2008-07-21</date> <chapter> <title>Introduction</title> @@ -549,12 +549,8 @@ <body> <p> -You probably shouldn't set them. You may have heard that they can speed up -application load times or reduce binary size, but they can also make your -applications stop working entirely. They are not officially supported, and you -may have your bugs closed and marked INVALID if you report errors with packages -while using LDFLAGS. At the very least you will have to recompile all affected -packages without setting LDFLAGS. +The Gentoo developers have already set basic, safe LDFLAGS in the base profiles, +so you don't need to change them. </p> </body>
