mirror of
https://github.com/gay-pizza/jaarg.git
synced 2025-12-19 07:20:18 +00:00
add profiles to cargo.toml for super duper fast compile times
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -7,3 +7,17 @@ description = "It can parse your arguments you should use it it's called jaarg"
|
||||
[features]
|
||||
default = ["std"]
|
||||
std = []
|
||||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
strip = "symbols"
|
||||
|
||||
[profile.release-debuginfo]
|
||||
inherits = "release"
|
||||
strip = "none"
|
||||
debug = 1
|
||||
|
||||
[profile.dev-fast]
|
||||
inherits = "dev"
|
||||
strip = "debuginfo"
|
||||
debug = 0
|
||||
|
||||
Reference in New Issue
Block a user