summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-12-21 17:10:17 +0100
committerZac Medico <zmedico@gentoo.org>2011-12-21 11:29:58 -0800
commitb03273772744b263ae5c06de8034ec2200245964 (patch)
treeca2e0903e51c1c3c70b3b50c7e859437ec7c4f72 /cnf
parent73ae5b670836e389949d085ad394a0b9061caf13 (diff)
downloadportage-b03273772744b263ae5c06de8034ec2200245964.tar.gz
portage-b03273772744b263ae5c06de8034ec2200245964.tar.bz2
portage-b03273772744b263ae5c06de8034ec2200245964.zip
Support checking for ignored CFLAGS using -frecord-gcc-switches.
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index ef570bcb4..aecb6336f 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -32,6 +32,9 @@
# package (and in some cases the libraries it uses) at default optimizations
# before reporting errors to developers.
#
+# If your gcc supports it, you can add -frecord-gcc-switches in order to enable
+# CFLAGS ignorance checking for ebuilds.
+#
# Please refer to the GCC manual for a list of possible values.
#
#CFLAGS="-O2 -pipe"