mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-02-14 01:45:19 +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]
|
||||
rustflags = ["-Clink-arg=-fuse-ld=lld", "-Zthreads=16", "-Ctarget-cpu=native"]
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
cargo-features = ["codegen-backend"]
|
||||
|
||||
[workspace.package]
|
||||
version = "0.19.6-beta.7"
|
||||
edition = "2021"
|
||||
|
@ -38,7 +36,6 @@ panic = "abort"
|
|||
# out temporarily, but make sure to leave this in the main branch.
|
||||
[profile.dev]
|
||||
debug = 0
|
||||
codegen-backend = "cranelift"
|
||||
|
||||
[features]
|
||||
json-log = ["tracing-subscriber/json"]
|
||||
|
|
Loading…
Reference in a new issue