Some more size optimizations
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
parent
37c7687784
commit
3cb6f91086
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ WORKDIR /app
|
||||||
# Build with necessary params to enable statically linking openssl, glibc and sqlite3
|
# Build with necessary params to enable statically linking openssl, glibc and sqlite3
|
||||||
RUN nimble build --passL:-L/usr/lib \
|
RUN nimble build --passL:-L/usr/lib \
|
||||||
-d:ssl \
|
-d:ssl \
|
||||||
|
--os:any \
|
||||||
|
-d:posix \
|
||||||
|
-d:useMalloc \
|
||||||
|
-d:noSignalHandler \
|
||||||
--cc:clang \
|
--cc:clang \
|
||||||
-p:. \
|
-p:. \
|
||||||
--dynlibOverride:ssl \
|
--dynlibOverride:ssl \
|
||||||
|
|
Loading…
Reference in a new issue