Add --with-bdeps=y and --changed-deps=y to EMERGE_DEFAULT_OPTS
Track build dependencies and only rebuild packages with changed deps for smarter, more efficient world updates. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d3938eda0d
commit
f58c8be261
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ GENTOO_MIRRORS="https://distfiles.gentoo.org"
|
|||
|
||||
# Features
|
||||
FEATURES="parallel-fetch ccache"
|
||||
EMERGE_DEFAULT_OPTS="--jobs=4 --verbose --keep-going=y"
|
||||
EMERGE_DEFAULT_OPTS="--jobs=4 --verbose --keep-going=y --with-bdeps=y --changed-deps=y"
|
||||
PORTAGE_NICENESS=19
|
||||
PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue