diff --git a/Tools/jit/_targets.py b/Tools/jit/_targets.py index fd5c143b8a812f..74109a8564c470 100644 --- a/Tools/jit/_targets.py +++ b/Tools/jit/_targets.py @@ -167,6 +167,7 @@ async def _compile( # We *may* be able to re-enable this, process it, and JIT it for a # nicer debugging experience... but that needs a lot more research: "-fno-asynchronous-unwind-tables", + "-fno-unwind-tables", # Don't call built-in functions that we can't find or patch: "-fno-builtin", # Don't call stack-smashing canaries that we can't find or patch: