mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-02-14 18:05:18 +00:00
Fix 2
This commit is contained in:
parent
5c26245099
commit
41151baa83
2 changed files with 6 additions and 3 deletions
|
@ -1,2 +1,8 @@
|
||||||
|
[unstable]
|
||||||
|
codegen-backend = true
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
codegen-backend = "cranelift"
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zthreads=16", "-Ctarget-cpu=native"]
|
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zthreads=16", "-Ctarget-cpu=native"]
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
cargo-features = ["codegen-backend"]
|
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.19.6-beta.7"
|
version = "0.19.6-beta.7"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
@ -38,7 +36,6 @@ panic = "abort"
|
||||||
# out temporarily, but make sure to leave this in the main branch.
|
# out temporarily, but make sure to leave this in the main branch.
|
||||||
[profile.dev]
|
[profile.dev]
|
||||||
debug = 0
|
debug = 0
|
||||||
codegen-backend = "cranelift"
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
json-log = ["tracing-subscriber/json"]
|
json-log = ["tracing-subscriber/json"]
|
||||||
|
|
Loading…
Reference in a new issue