fix errors in inclusion of cargo.toml and .cargo/config.toml
This commit is contained in:
parent
8a737ebf5d
commit
196238d03e
2 changed files with 2 additions and 8 deletions
|
@ -21,8 +21,6 @@ rustflags = [
|
||||||
"target-feature=+crt-static", # This fixes the linking issue when compiling livekit on Windows
|
"target-feature=+crt-static", # This fixes the linking issue when compiling livekit on Windows
|
||||||
"-C",
|
"-C",
|
||||||
"link-arg=-fuse-ld=lld",
|
"link-arg=-fuse-ld=lld",
|
||||||
"-C",
|
|
||||||
"target-cpu=x86-64-v4"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
|
|
|
@ -796,13 +796,9 @@ ui_input = { codegen-units = 1 }
|
||||||
zed_actions = { codegen-units = 1 }
|
zed_actions = { codegen-units = 1 }
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
debug = false
|
debug = "limited"
|
||||||
lto = "fat"
|
lto = "thin"
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
opt-level = 3
|
|
||||||
strip = true
|
|
||||||
overflow-checks = false
|
|
||||||
panic = "abort"
|
|
||||||
|
|
||||||
[profile.release.package]
|
[profile.release.package]
|
||||||
zed = { codegen-units = 16 }
|
zed = { codegen-units = 16 }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue