summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2024-01-30 21:04:14 +0100
committerAnton Luka Šijanec <anton@sijanec.eu>2024-01-30 21:04:14 +0100
commit8eab139535bf537938f18df1dcd113de0e038c14 (patch)
tree5867aeca8dde1904790fcf295a7ae048d890e81f
parentportage (diff)
downloadn-8eab139535bf537938f18df1dcd113de0e038c14.tar
n-8eab139535bf537938f18df1dcd113de0e038c14.tar.gz
n-8eab139535bf537938f18df1dcd113de0e038c14.tar.bz2
n-8eab139535bf537938f18df1dcd113de0e038c14.tar.lz
n-8eab139535bf537938f18df1dcd113de0e038c14.tar.xz
n-8eab139535bf537938f18df1dcd113de0e038c14.tar.zst
n-8eab139535bf537938f18df1dcd113de0e038c14.zip
-rw-r--r--etc/portage/make.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/portage/make.conf b/etc/portage/make.conf
index e876941..23eec98 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="-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="-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
CFLAGS="${COMMON_FLAGS} -DALLOW_RUN_AS_ROOT" # VLC
CXXFLAGS="${COMMON_FLAGS} -DOLAD_SKIP_ROOT_CHECK"
FCFLAGS="${COMMON_FLAGS}"
@@ -93,7 +93,7 @@ SIGNED_OFF_BY="Anton Luka Šijanec <anton@sijanec.eu>"
L10N="sl en de hr si"
-FEATURES="splitdebug installsources compressdebug $([ `hostname` != c ] && echo distcc buildpkg && [ `hostname` != b ] && echo getbinpkg)"
+FEATURES="${FEATURES} splitdebug installsources compressdebug $([ `hostname` != c ] && echo distcc buildpkg && [ `hostname` != b ] && echo getbinpkg)"
PHP_TARGETS="php8-1"
BINPKG_FORMAT="gpkg"
INPUT_DEVICES="wacom libinput synaptics"