Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
optimize compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
leminlimez committed Nov 11, 2024
1 parent ba4acaa commit 91acc82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
'--onedir',
'--noconfirm',
'--name=Nugget',
'--icon=nugget.ico'
'--icon=nugget.ico',
'--optimize=2'
]

if platform == "darwin":
Expand Down

0 comments on commit 91acc82

Please sign in to comment.