| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.59 2004/04/15 07:15:17 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/faq.xml,v 1.60 2004/04/19 17:36:45 swift Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/faq.xml"> |
5 | <guide link="/doc/en/faq.xml"> |
| 6 | <title>Gentoo Linux Frequently Asked Questions</title> |
6 | <title>Gentoo Linux Frequently Asked Questions</title> |
| 7 | <author title="Chief Architect"> |
7 | <author title="Chief Architect"> |
| … | |
… | |
| 297 | -fomit-frame-pointer" optimizations. What gives? |
297 | -fomit-frame-pointer" optimizations. What gives? |
| 298 | </title> |
298 | </title> |
| 299 | <body> |
299 | <body> |
| 300 | |
300 | |
| 301 | <p> |
301 | <p> |
| 302 | Don't bother using anything higher than <c>-O3</c> since it isn't support by |
302 | Don't bother using anything higher than <c>-O3</c> since it isn't supported by |
| 303 | current versions of gcc. Very aggressive optimizations sometimes cause the |
303 | current versions of gcc. Very aggressive optimizations sometimes cause the |
| 304 | compiler to streamline the assembly code to the point where it doesn't quite |
304 | compiler to streamline the assembly code to the point where it doesn't quite |
| 305 | do the same thing anymore. |
305 | do the same thing anymore. |
| 306 | </p> |
306 | </p> |
| 307 | |
307 | |