Skip to content

Commit c310889

Browse files
committed
Remove -fplt flag on Linux
1 parent efdef5f commit c310889

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tools/jit/_targets.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,6 @@ def get_target(host: str) -> _COFF | _ELF | _MachO:
507507
# On aarch64 Linux, intrinsics were being emitted and this flag
508508
# was required to disable them.
509509
"-mno-outline-atomics",
510-
"-fplt",
511510
]
512511
target = _ELF(host, alignment=8, args=args)
513512
elif re.fullmatch(r"i686-pc-windows-msvc", host):

0 commit comments

Comments
 (0)