Revert "[armv7l/portage] add FEATURES=noinfo to speedup Portage execution after merge"
FEATURES=noinfo also drops /usr/share/info files from packages.
This reverts commit fc460fad2b
.
This commit is contained in:
parent
d8cb26b1aa
commit
c29663ca0f
@ -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 noinfo"
|
FEATURES="ccache distcc distcc-pump parallel-fetch protect-owned splitdebug"
|
||||||
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 noinfo"
|
FEATURES="ccache distcc distcc-pump parallel-fetch protect-owned splitdebug"
|
||||||
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