2025-04-29 11:26:38 -07:00
|
|
|
[build]
|
2025-08-13 05:14:25 -07:00
|
|
|
rustflags = []
|
|
|
|
|
incremental = true
|
2025-04-29 11:26:38 -07:00
|
|
|
|
|
|
|
|
[target.aarch64-apple-darwin]
|
|
|
|
|
rustflags = [
|
|
|
|
|
"-C", "link-arg=-undefined",
|
|
|
|
|
"-C", "link-arg=dynamic_lookup",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[target.x86_64-apple-darwin]
|
|
|
|
|
rustflags = [
|
|
|
|
|
"-C", "link-arg=-undefined",
|
|
|
|
|
"-C", "link-arg=dynamic_lookup",
|
|
|
|
|
]
|