Do full LTO instead of thinLTO

Saves us 0.85MB

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2022-04-25 10:27:35 +05:30
parent 15dbf2f29d
commit a49e047457
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -17,7 +17,7 @@ RUN nimble build --passL:-L/usr/lib \
--passl:-lsqlite3 \ --passl:-lsqlite3 \
--passl:-lcrypto \ --passl:-lcrypto \
--passL:-static \ --passL:-static \
--passL:-flto=thin \ --passL:"-flto=full" \
-d:release \ -d:release \
--opt:speed \ --opt:speed \
--accept --accept