Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Append noexecstack to linker flags instead of assembler flags
* Better compatibility with LLVM toolchain where clang -c doesn't support the flag, but the linker does. LLD already defaults to noexecstack, but adding it in the linker phase will avoid errors about unsupported options. Signed-off-by: Alfred Wingate <[email protected]>
- Loading branch information