diff options
-rw-r--r-- | profiles/common/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults index bc616fab..14622275 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -81,7 +81,7 @@ MAKEOPTS="-j2" PORTAGE_NICENESS=19 EMERGE_DEFAULT_OPTS="-v --quiet-build=n --misspell-suggestions=n" -PORTAGE_STRIP_FLAGS="--strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.build-id -R .note.gnu.gold-version" +PORTAGE_STRIP_FLAGS="--strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.build-id -R .note.go.buildid -R .note.gnu.gold-version" USE_EXPAND="TARGET" |