Skip to content

Commit 33054dd

Browse files
committed
-Os
1 parent c419af9 commit 33054dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/jit/_targets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ async def _compile(
137137
f"-I{CPYTHON / 'Include' / 'internal' / 'mimalloc'}",
138138
f"-I{CPYTHON / 'Python'}",
139139
f"-I{CPYTHON / 'Tools' / 'jit'}",
140-
"-O3",
140+
"-Os",
141141
"-S",
142142
# Shorten full absolute file paths in the generated code (like the
143143
# __FILE__ macro and assert failure messages) for reproducibility:

0 commit comments

Comments
 (0)