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 c419af9 commit 33054ddCopy full SHA for 33054dd
Tools/jit/_targets.py
@@ -137,7 +137,7 @@ async def _compile(
137
f"-I{CPYTHON / 'Include' / 'internal' / 'mimalloc'}",
138
f"-I{CPYTHON / 'Python'}",
139
f"-I{CPYTHON / 'Tools' / 'jit'}",
140
- "-O3",
+ "-Os",
141
"-S",
142
# Shorten full absolute file paths in the generated code (like the
143
# __FILE__ macro and assert failure messages) for reproducibility:
0 commit comments