summaryrefslogtreecommitdiffstats
path: root/etc/portage/make.conf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/portage/make.conf')
-rw-r--r--etc/portage/make.conf11
1 files changed, 3 insertions, 8 deletions
diff --git a/etc/portage/make.conf b/etc/portage/make.conf
index 12c84bf..e7a25bd 100644
--- a/etc/portage/make.conf
+++ b/etc/portage/make.conf
@@ -1,15 +1,9 @@
PORTAGE_SCHEDULING_POLICY="idle"
-
-# -march=native NE SME BITI NA distcc iz očitnih razlogov
-# uporabi resolve-march-native
-COMMON_FLAGS="-ggdb3 -O2 $([ `cat /proc/meminfo | grep MemTotal | sed -e 's/ *//g' | cut -d: -f2 | cut -dk -f1` -ge 5000000 ] && echo -pipe)" # $(resolve-march-native)
-# -pipe rabi RAM
+COMMON_FLAGS="-ggdb3 -O2 -pipe -march=core2 -mcx16 -mfxsr -mmmx -msahf -msse -msse2 -msse3 -mssse3 --param=l1-cache-line-size=64 --param=l1-cache-size=32" # intersection of varovalka and b
CFLAGS="${COMMON_FLAGS} -DALLOW_RUN_AS_ROOT" # VLC
CXXFLAGS="${COMMON_FLAGS} -DOLAD_SKIP_ROOT_CHECK"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
-
-# NOTE: This stage was built with the bindist Use flag enabled
PORTDIR="/var/db/repos/gentoo"
DISTDIR="/var/cache/distfiles"
PKGDIR="/var/cache/binpkgs"
@@ -74,5 +68,6 @@ SIGNED_OFF_BY="Anton Luka Šijanec <anton@sijanec.eu>"
L10N="sl en de hr si"
-FEATURES="nostrip distcc"
+FEATURES="nostrip distcc getbinpkg buildpkg"
PHP_TARGETS="php8-1"
+BINPKG_FORMAT="gpkg"