summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-10-02 22:57:52 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-10-02 22:57:52 +0100
commit20442aef790497ba778376b6e2c5db805ea900ed (patch)
tree5d65da6102c24c3ce8b97204911d92968e2adec2
parent7a7691180a02d0b8017b1f65760e3c05ab596038 (diff)
strip debug symbols from installed system
-rw-r--r--conf/intel/portage/make.conf/00-layout5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/intel/portage/make.conf/00-layout b/conf/intel/portage/make.conf/00-layout
index fa36155..df4cd7b 100644
--- a/conf/intel/portage/make.conf/00-layout
+++ b/conf/intel/portage/make.conf/00-layout
@@ -4,5 +4,8 @@ PORTDIR="/usr/ports/gentoo"
PKGDIR="/var/cache/packages"
DISTDIR="/var/cache/distfiles"
-INSTALL_MASK="/etc/portage"
+INSTALL_MASK="
+ /etc/portage
+ /usr/lib/debug
+"
UNINSTALL_IGNORE="${UNINSTALL_IGNORE} /etc/portage"