mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
12 lines
436 B
TOML
12 lines
436 B
TOML
# https://sourceware.org/bugzilla/show_bug.cgi?id=21032
|
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=21031
|
|
# https://github.com/rust-lang/rust/issues/134820
|
|
# pthread_key_create() destructors and segfault after a DSO unloading
|
|
[target.'cfg(any(all(target_env = "gnu", not(target_os = "windows")), target_os = "freebsd"))']
|
|
rustflags = [
|
|
"-C",
|
|
"link-args=-Wl,--warn-unresolved-symbols",
|
|
"-C",
|
|
"link-args=-Wl,-z,nodelete",
|
|
]
|