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:
parent
3939ad5069
commit
c77bc890cb
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ RUN nimble build --passL:-L/usr/lib \
|
||||||
--passl:-lcrypto \
|
--passl:-lcrypto \
|
||||||
--passL:-static \
|
--passL:-static \
|
||||||
-d:release \
|
-d:release \
|
||||||
--opt:size \
|
--opt:speed \
|
||||||
--accept
|
--accept
|
||||||
|
|
||||||
# Our binary lives in this image
|
# Our binary lives in this image
|
||||||
|
|
Loading…
Reference in a new issue