Optimizing configs.
This commit is contained in:
parent
0336a5c143
commit
52e17cbf03
|
@ -44,5 +44,8 @@ USE="${USE} custom-cflags mpi smp"
|
|||
# develop
|
||||
USE="${USE} -debug -mono pch vim-syntax"
|
||||
|
||||
# networking
|
||||
USE="${USE} -ipv6"
|
||||
|
||||
# other
|
||||
USE="${USE} threads"
|
||||
|
|
|
@ -22,9 +22,6 @@ USE="${USE} xscreensaver"
|
|||
# input
|
||||
USE="${USE} gpm"
|
||||
|
||||
# networking
|
||||
USE="${USE} -ipv6"
|
||||
|
||||
# power
|
||||
USE="${USE} acpi"
|
||||
|
||||
|
|
Loading…
Reference in New Issue