[armv7l/portage] add FEATURES=noinfo to speedup Portage execution after merge
This commit is contained in:
parent
b8afdd618f
commit
fc460fad2b
@ -11,7 +11,7 @@ CHOST="armv7a-hardfloat-linux-gnueabi"
|
|||||||
#################################################
|
#################################################
|
||||||
# Portage configuration
|
# Portage configuration
|
||||||
ACCEPT_KEYWORDS="~arm arm"
|
ACCEPT_KEYWORDS="~arm arm"
|
||||||
FEATURES="ccache distcc distcc-pump parallel-fetch protect-owned splitdebug"
|
FEATURES="ccache distcc distcc-pump parallel-fetch protect-owned splitdebug noinfo"
|
||||||
MAKEOPTS="-j16 -s"
|
MAKEOPTS="-j16 -s"
|
||||||
CCACHE_SIZE="50G"
|
CCACHE_SIZE="50G"
|
||||||
CCACHE_DIR="/var/ccache"
|
CCACHE_DIR="/var/ccache"
|
||||||
|
@ -11,7 +11,7 @@ CHOST="armv7a-unknown-linux-gnueabi"
|
|||||||
#################################################
|
#################################################
|
||||||
# Portage configuration
|
# Portage configuration
|
||||||
ACCEPT_KEYWORDS="~arm arm"
|
ACCEPT_KEYWORDS="~arm arm"
|
||||||
FEATURES="ccache distcc distcc-pump parallel-fetch protect-owned splitdebug"
|
FEATURES="ccache distcc distcc-pump parallel-fetch protect-owned splitdebug noinfo"
|
||||||
MAKEOPTS="-j16 -s"
|
MAKEOPTS="-j16 -s"
|
||||||
CCACHE_SIZE="50G"
|
CCACHE_SIZE="50G"
|
||||||
CCACHE_DIR="/var/ccache"
|
CCACHE_DIR="/var/ccache"
|
||||||
|
Loading…
Reference in New Issue
Block a user