Skip to content

Commit 2a221e1

Browse files
feat: add deferred-annotations
1 parent 334e888 commit 2a221e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cli/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def __init__(self, target: str = "./app", output_name: str | None = None) -> Non
2424
# "--enable-plugin=upx",
2525
"--disable-bytecode-cache",
2626
"--assume-yes-for-downloads",
27+
"--experimental=deferred-annotations",
2728
]
2829

2930
def build_windows(self, debug: bool = False) -> None:

0 commit comments

Comments
 (0)