Skip to content

Commit

Permalink
Reduces size a bit more, now it's 1mb #50
Browse files Browse the repository at this point in the history
  • Loading branch information
theypsilon committed Feb 28, 2025
1 parent f191832 commit 5164909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY downloader /app/downloader/
COPY __main__.py commit.py /app/

ENV CFLAGS="-Os -march=armv7-a"
RUN nuitka --lto=no --follow-imports \
RUN nuitka --lto=yes --follow-imports \
--remove-output \
--include-module=_json \
--python-flag=no_site \
Expand Down

0 comments on commit 5164909

Please sign in to comment.