From 2ef8fe248f0a2ae56ef7a9cc1288be6516d3b7ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Wed, 12 Jul 2023 00:14:24 +0200 Subject: =?UTF-8?q?dejanski=20c=20(prej=C5=A1nji=20je=20bil=20pravzaprav?= =?UTF-8?q?=20b)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/portage/make.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/portage/make.conf') diff --git a/etc/portage/make.conf b/etc/portage/make.conf index 0ee506d..aef6747 100644 --- a/etc/portage/make.conf +++ b/etc/portage/make.conf @@ -1,7 +1,7 @@ VIDEO_CARDS="intel iris" CONFIG_PROTECT_MASK="/etc/portage/package.use/zz-autounmask" PORTAGE_SCHEDULING_POLICY="idle" -COMMON_FLAGS="-ggdb3 -O2 -pipe $([ `hostname` = c ] && echo -march=native || echo -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 +COMMON_FLAGS="-O2 -pipe $([ `hostname` = c ] && echo -march=native || echo -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}" @@ -76,7 +76,7 @@ SIGNED_OFF_BY="Anton Luka Šijanec " L10N="sl en de hr si" -FEATURES="nostrip $([ `hostname` != c ] && echo distcc getbinpkg buildpkg)" +FEATURES="splitdebug installsources compressdebug $([ `hostname` != c ] && echo distcc getbinpkg buildpkg)" PHP_TARGETS="php8-1" BINPKG_FORMAT="gpkg" INPUT_DEVICES="wacom libinput synaptics" -- cgit v1.2.3