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:-static \
|
||||
-d:release \
|
||||
--opt:size \
|
||||
--opt:speed \
|
||||
--accept
|
||||
|
||||
# Our binary lives in this image
|
||||
|
|
Loading…
Reference in a new issue