mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
Set debug=0 in cargo.toml to speed up builds
This commit is contained in:
parent
eafdf3033f
commit
a10974ed6e
@ -3,8 +3,11 @@ name = "lemmy_server"
|
||||
version = "0.0.1"
|
||||
edition = "2018"
|
||||
|
||||
#[profile.release]
|
||||
#lto = true
|
||||
[profile.dev]
|
||||
debug = 0
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
|
Loading…
Reference in New Issue
Block a user