forked from kemitix/git-next
Paul Campbell
281c07c849
This was only added to try and improve compile times. Re-measuring the difference after months of work and refactoring, the gain from the additional requirements was marginal (39.8s -> 37.5s). So, to simplify the requirement, clang and mold have been removed. Closes: kemitix/git-next#131
7 lines
122 B
TOML
7 lines
122 B
TOML
# ./cargo/config.toml
|
|
[profile.dev]
|
|
debug = 0
|
|
strip = "debuginfo"
|
|
|
|
[env]
|
|
RUST_LOG = "hyper=warn,git_url_parse=warn,debug"
|