Optimize for speed instead of size

The gain is actually just 0.2MB

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2022-04-25 10:07:06 +05:30
parent 3939ad5069
commit c77bc890cb
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -17,7 +17,7 @@ RUN nimble build --passL:-L/usr/lib \
--passl:-lcrypto \
--passL:-static \
-d:release \
--opt:size \
--opt:speed \
--accept
# Our binary lives in this image