Remove setting that can be overridden with an environment variable

pull/404/head
Wilfred Hughes 2022-10-09 11:25:57 +07:00
parent 6630d5f480
commit dd0c78fefa
1 changed files with 0 additions and 6 deletions

@ -58,12 +58,6 @@ rayon = "1.5.2"
version_check = "0.9.4"
[profile.release]
# Release builds don't have debug symbols by default. We explicitly
# set this flag so it's easier to toggle when profiling with
# flamegraph.
#
# https://doc.rust-lang.org/cargo/reference/profiles.html#release
debug = false
lto = "thin"
[[bin]]