Set debug=0 in cargo.toml to speed up builds
This commit is contained in:
parent
eafdf3033f
commit
a10974ed6e
1 changed files with 5 additions and 2 deletions
|
@ -3,8 +3,11 @@ name = "lemmy_server"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
#[profile.release]
|
[profile.dev]
|
||||||
#lto = true
|
debug = 0
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = true
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
|
|
Loading…
Reference in a new issue