mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
b307dd30d8
* chore: disable native cpu * chore: update client api
7 lines
259 B
TOML
7 lines
259 B
TOML
[target.x86_64-apple-darwin]
|
|
#rustflags = ["-C", "target-cpu=native", "-C", "link-arg=-mmacosx-version-min=11.0"]
|
|
rustflags = ["-C", "link-arg=-mmacosx-version-min=11.0"]
|
|
|
|
[target.aarch64-apple-darwin]
|
|
rustflags = ["-C", "link-arg=-mmacosx-version-min=11.0"]
|