Move profile to where it's effective

This commit is contained in:
Félix Saparelli 2022-01-15 14:34:37 +13:00
parent 0e12030e3b
commit 5f43a6eae8
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
2 changed files with 2 additions and 5 deletions

View File

@ -6,5 +6,6 @@ members = [
]
[profile.release]
lto = true
debug = 1 # for stack traces
lto = "fat"
codegen-units = 1

View File

@ -67,10 +67,6 @@ insta = "1.7.1"
[features]
dev-console = ["console-subscriber"]
[profile.release]
debug = 1 # for stack traces
lto = "fat"
[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/cli-v{ version }/watchexec-{ version }-{ target }.tar.xz"
bin-dir = "watchexec-{ version }-{ target }/{ bin }{ format }"