mirror of
https://github.com/MikronMIK32/mik32-uploader.git
synced 2026-01-01 13:37:03 +03:00
Опция --optimize отсутствует в PyInstaller <= 6.5
This commit is contained in:
parent
6282d3ef8e
commit
4b2bd5dbcb
@ -23,7 +23,6 @@ a = Analysis(
|
||||
runtime_hooks=[],
|
||||
excludes=[],
|
||||
noarchive=False,
|
||||
optimize=0,
|
||||
)
|
||||
pyz = PYZ(a.pure)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user