mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
Make debug output and linking properly pic/pie. Remove non-pic relocation from linker
This commit is contained in:
parent
7d34c88e64
commit
379904fcc5
3 changed files with 2 additions and 5 deletions
|
@ -403,6 +403,7 @@ fn link_linux(
|
|||
"--eh-frame-hdr",
|
||||
"-arch",
|
||||
arch_str(target),
|
||||
"-pie",
|
||||
libcrt_path.join("crti.o").to_str().unwrap(),
|
||||
libcrt_path.join("crtn.o").to_str().unwrap(),
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue