mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-02 10:32:53 +03:00
5 lines
163 B
TOML
5 lines
163 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"]
|