2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

binutils: Enable gold/lto

This commit is contained in:
Dylan Araps 2020-04-25 10:14:59 +03:00
parent 27e4238b14
commit 86e04a2b24
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -13,6 +13,10 @@ export PATH=$PATH:$PWD
--build=x86_64-pc-linux-musl \
--host=x86_64-pc-linux-musl \
--enable-targets=x86_64-pep \
--enable-gold \
--enable-lto \
--enable-ld=default \
--enable-plugins \
--disable-multilib \
--disable-werror \
--disable-gdb \