Skip to content

Commit fe4e8b6

Browse files
authored
build(rust): debug = false in [profile.dev] and [profile.test] (#554)
1 parent ed1d10e commit fe4e8b6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,16 @@ yarn_pnp = ["pnp"]
114114
# For codspeed benchmark
115115
codspeed = ["criterion2/codspeed"]
116116

117+
[profile.dev]
118+
# Disabling debug info speeds up local and CI builds,
119+
# and we don't rely on it for debugging that much.
120+
debug = false
121+
122+
[profile.test]
123+
# Disabling debug info speeds up local and CI builds,
124+
# and we don't rely on it for debugging that much.
125+
debug = false
126+
117127
[package.metadata.docs.rs]
118128
all-features = true
119129
rustdoc-args = ["--cfg", "docsrs"]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy