Skip to content

Commit f428534

Browse files
JakeChampionJake Champion
andauthored
do not include debug information when compiling rust-url in release mode (#95)
Co-authored-by: Jake Champion <[email protected]>
1 parent a70bd1e commit f428534

File tree

1 file changed

+0
-3
lines changed
  • c-dependencies/js-compute-runtime/rust-url

1 file changed

+0
-3
lines changed

c-dependencies/js-compute-runtime/rust-url/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,5 @@ edition = "2018"
66
[lib]
77
crate-type = ["staticlib"]
88

9-
[profile.release]
10-
debug = true
11-
129
[dependencies]
1310
url = "2.2.2"

0 commit comments

Comments
 (0)