.
This commit is contained in:
parent
c160e5df2b
commit
8b5a57ba47
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -3,7 +3,7 @@ from cx_Freeze import setup, Executable
|
|||
|
||||
options = {
|
||||
'build_exe': {
|
||||
'optimize': 2,
|
||||
'optimize': 4,
|
||||
'excludes': ['tkinter']
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue