summaryrefslogtreecommitdiff
path: root/profiles/base/make.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/base/make.defaults')
-rw-r--r--profiles/base/make.defaults14
1 files changed, 14 insertions, 0 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 4a61008..1668270 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -3,3 +3,17 @@ USE="unicode spell ssl ipv6 threads inotify libnotify dbus udev"
USE="$USE ncurses readline"
USE="$USE curl"
USE="$USE zsh-completion"
+
+CFLAGS="-O2 -pipe -ggdb -fuse-ld=gold"
+CXXFLAGS="${CFLAGS}"
+FEATURES="nostrip"
+
+PORTDIR="/usr/portage"
+DISTDIR="${PORTDIR}/distfiles"
+PKGDIR="${PORTDIR}/packages"
+
+GENTOO_MIRRORS="rsync://mirror.dkm.cz/gentoo/ rsync://ftp6.linux.cz/pub/linux/gentoo/"
+EMERGE_DEFAULT_OPTS="--autounmask-write n"
+
+RUBY_TARGETS="ruby22 ruby23 ruby24"
+PYTHON_TARGETS="python2_7 python3_5 python3_6"