diff --git a/Tools/jit/_targets.py b/Tools/jit/_targets.py index 5eb79ad3fad407..7c3b2e5aab7cf1 100644 --- a/Tools/jit/_targets.py +++ b/Tools/jit/_targets.py @@ -135,7 +135,6 @@ async def _compile( # Don't call stack-smashing canaries that we can't find or patch: "-fno-stack-protector", "-std=c11", - # XXX: Probably don't want these on by default: "-fno-omit-frame-pointer", "-mno-omit-leaf-frame-pointer", "-o",