mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-21 08:01:31 +03:00
9 lines
339 B
TOML
9 lines
339 B
TOML
[target.x86_64-pc-windows-msvc]
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|
|
[target.aarch64-pc-windows-msvc]
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|
|
[target.'cfg(target_os = "linux")']
|
|
rustflags = ["-C", "link-args=-Wl,--warn-unresolved-symbols"]
|
|
[target.'cfg(target_os = "macos")']
|
|
rustflags = ["-C", "link-args=-all_load"]
|