From 61ec6d200d8b56c180a90699afeaba19c90fde27 Mon Sep 17 00:00:00 2001 From: Sven Vermeulen Date: Sun, 20 Aug 2006 14:25:03 +0000 Subject: Booh svn path=/; revision=8 --- content/xml/simple-faqs.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) 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 @@

+ + + What is the CXXFLAGS variable for? + + swift + + + make.conf + Portage + + +

+ 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. +

+ +

+ 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 GCC online documentation. More + specifically, the chapter on "Invoking GCC". +

+
+
+ + + What is the FEATURES variable for? + + swift + + + make.conf + Portage + + +

+ The FEATURES variable is a variable you can set in /etc/make.conf. See the + Gentoo + Handbook for a sum up of possible features you can (de)activate + using this variable. Also see the make.conf manual page. +

+
+
+ -- cgit v1.2.3-65-gdbad