Optimizing configs.
This commit is contained in:
parent
0336a5c143
commit
52e17cbf03
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue