Skip to content

Commit c4a0ed9

Browse files
committed
Port #388 to Python
1 parent adaf8c6 commit c4a0ed9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: bench_runner/scripts/workflow.py

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ def compile_unix(cpython: PathLike, flags: list[str], pgo: bool, pystats: bool)
163163
args.append("--disable-gil")
164164
if "CLANG" in flags:
165165
args.append("--with-tail-call-interp")
166+
args.append("--enable-option-checking=fatal")
166167

167168
with contextlib.chdir(cpython):
168169
subprocess.check_call(["./configure", *args], env=env)

0 commit comments

Comments
 (0)