diff options
Diffstat (limited to 'content/xml/simple-faqs.xml')
-rw-r--r-- | content/xml/simple-faqs.xml | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/content/xml/simple-faqs.xml b/content/xml/simple-faqs.xml index 29d13ca..6568043 100644 --- a/content/xml/simple-faqs.xml +++ b/content/xml/simple-faqs.xml @@ -128,4 +128,51 @@ </p> </solution> </faq> + + <faq> + <title>What is the CXXFLAGS variable for?</title> + <maintainers> + <dev>swift</dev> + </maintainers> + <keywords> + <key>make.conf</key> + <key>Portage</key> + </keywords> + <solution> + <p> + The CXXFLAGS variable contains the flags you want to pass your compiler + when it is building C++ programs. These flags can contain optimizations + that you wish to use. + </p> + + <p> + Please use sane settings as overoptimizations have an average effect. See + /etc/make.conf.examples for examples and sane defaults. For more + information about the possible flags, consult the <uri + link="http://gcc.gnu.org">GCC</uri> online documentation. More + specifically, the chapter on "Invoking GCC". + </p> + </solution> + </faq> + + <faq> + <title>What is the FEATURES variable for?</title> + <maintainers> + <dev>swift</dev> + </maintainers> + <keywords> + <key>make.conf</key> + <key>Portage</key> + </keywords> + <solution> + <p> + The FEATURES variable is a variable you can set in /etc/make.conf. See the + <uri + link="http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=3">Gentoo + Handbook</uri> for a sum up of possible features you can (de)activate + using this variable. Also see the make.conf manual page. + </p> + </solution> + </faq> + </faqs> |