Optimizing configs.

This commit is contained in:
layman 2022-03-17 19:14:02 +03:00
parent 0336a5c143
commit 52e17cbf03
2 changed files with 3 additions and 3 deletions

View File

@ -44,5 +44,8 @@ USE="${USE} custom-cflags mpi smp"
# develop # develop
USE="${USE} -debug -mono pch vim-syntax" USE="${USE} -debug -mono pch vim-syntax"
# networking
USE="${USE} -ipv6"
# other # other
USE="${USE} threads" USE="${USE} threads"

View File

@ -22,9 +22,6 @@ USE="${USE} xscreensaver"
# input # input
USE="${USE} gpm" USE="${USE} gpm"
# networking
USE="${USE} -ipv6"
# power # power
USE="${USE} acpi" USE="${USE} acpi"