We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84dbd19 commit e7ed313Copy full SHA for e7ed313
pycross/private/tools/wheel_installer.py
@@ -52,7 +52,7 @@ def main(args: Any) -> None:
52
},
53
interpreter="/usr/bin/env python3", # Generic; it's not feasible to run these scripts directly.
54
script_kind="posix",
55
- bytecode_optimization_levels=[0, 1],
+ bytecode_optimization_levels=[], # Setting to empty list to disable generation of .pyc files.
56
)
57
58
link_dir = Path(tempfile.mkdtemp())
0 commit comments