mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-28 16:14:16 +02:00
other: compile dependencies in dev with optimizations
This commit is contained in:
parent
88111de941
commit
9fd8ce3151
@ -40,6 +40,9 @@ test = true
|
|||||||
doctest = true
|
doctest = true
|
||||||
doc = true
|
doc = true
|
||||||
|
|
||||||
|
[profile.dev.package."*"]
|
||||||
|
opt-level = 3 # Compile dependencies with optimizations on.
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
# debug = true # Might be nice to have a custom profile for flamegraphs.
|
# debug = true # Might be nice to have a custom profile for flamegraphs.
|
||||||
# strip = false
|
# strip = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user