mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
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.)
11 lines
124 B
YAML
11 lines
124 B
YAML
---
|
|
ccflags: [
|
|
"-fpie"
|
|
]
|
|
|
|
ldflags: [
|
|
"-pie",
|
|
"--dynamic-linker", "/tools/ld.so",
|
|
"-lc++", "-lc++abi", "-lunwind",
|
|
]
|