Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ELF-only no-plt flag from mingw-w64-environment
This is an elf-only flag and specifying it on PE targets has no effect - except that it actually has a quite negative effect when used with LLVM/Clang as of LLVM 19 (see llvm/llvm-project#78890 (comment)). So it is probably better to avoid this flag (regardless of the used toolchain). LLVM will also warn about it in the future (see llvm/llvm-project#124081).
- Loading branch information