cpu and gpu optimizations in profile

This commit is contained in:
Kolan Sh 2013-01-19 14:06:22 +04:00
parent d3c87c593d
commit 5e41bfb5fd
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}"
PORTAGE_ELOG_CLASSES="warn error log"
PORTAGE_ELOG_SYSTEM="save"
# cpu
USE="$USE custom-cflags"
# gpu
USE="$USE directfb dri dri2 fbcon fbcondecor fbosd fbsplash opengl opencl vaapi"
# fonts
USE="$USE cairo cleartype -lcdfilter truetype unicode"