Do full LTO instead of thinLTO
Saves us 0.85MB Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
15dbf2f29d
commit
a49e047457
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue