[intel/portage] add FEATURES=noinfo to speedup Portage execution after merge
This commit is contained in:
parent
dff1a85fd6
commit
b8afdd618f
@ -12,7 +12,7 @@ MAKEOPTS="-j16 -s"
|
||||
|
||||
# Portage stuff
|
||||
ACCEPT_KEYWORDS="~amd64"
|
||||
FEATURES="ccache parallel-fetch protect-owned splitdebug"
|
||||
FEATURES="ccache parallel-fetch protect-owned splitdebug noinfo"
|
||||
CCACHE_SIZE="2G"
|
||||
CCACHE_DIR="/var/ccache"
|
||||
|
||||
|
@ -11,7 +11,7 @@ LDFLAGS="-Wl,-O1 -Wl,--as-needed"
|
||||
MAKEOPTS="-j16 -s"
|
||||
|
||||
# Portage stuff
|
||||
FEATURES="ccache parallel-fetch protect-owned splitdebug"
|
||||
FEATURES="ccache parallel-fetch protect-owned splitdebug noinfo"
|
||||
ACCEPT_KEYWORDS="~x86"
|
||||
CCACHE_SIZE="2G"
|
||||
CCACHE_DIR="/var/ccache"
|
||||
|
Loading…
Reference in New Issue
Block a user