We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbc349 commit 859b068Copy full SHA for 859b068
1 file changed
bench_runner/scripts/workflow.py
@@ -163,6 +163,7 @@ def compile_unix(cpython: PathLike, flags: list[str], pgo: bool, pystats: bool)
163
args.append("--disable-gil")
164
if "CLANG" in flags:
165
args.append("--with-tail-call-interp")
166
+ args.append("--enable-option-checking=fatal")
167
168
with contextlib.chdir(cpython):
169
subprocess.check_call(["./configure", *args], env=env)
0 commit comments