Skip to content

Commit 8906313

Browse files
committed
fixed pyside6 implementation and enabled lto for building
1 parent 4f67ba2 commit 8906313

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ def build():
2121
"--include-module=ui",
2222
"--include-module=utils",
2323
"--include-module=workers",
24-
"--include-package-data=PySide6",
24+
"--enable-plugin=pyside6",
2525
"--follow-imports",
26+
"--lto=yes",
2627
"ambidex.py"
2728
]
2829

0 commit comments

Comments
 (0)