summaryrefslogtreecommitdiffstats
path: root/cnf/make.globals
diff options
context:
space:
mode:
Diffstat (limited to 'cnf/make.globals')
-rw-r--r--cnf/make.globals5
1 files changed, 5 insertions, 0 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 0fd503c4b..36d8591ae 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -12,6 +12,11 @@
# ** USE, CONFIG_*, and FEATURES are incremental **
# ***************************************************
+# When compiler flags are unset, many packages will substitute their own
+# implicit flags. For uniformity, use an empty string as the default.
+CFLAGS=""
+CXXFLAGS=""
+LDFLAGS=""
# Default rsync mirror
SYNC="rsync://rsync.gentoo.org/gentoo-portage"