Files
jsix_import/assets/build/target.user.exe.yaml
Justin C. Miller 77590b31a6 [build] Remove unneeded lib options
Remove the `-lc++`, `-lc++abi`, and `-lunwind` options from the user
target, where they should be handled automatically. (ie, we're not using
`-nostdlib` or its bretheren.)
2023-08-06 10:46:45 -07:00

11 lines
124 B
YAML

---
ccflags: [
"-fpie"
]
ldflags: [
"-pie",
"--dynamic-linker", "/tools/ld.so",
"-lc++", "-lc++abi", "-lunwind",
]