reduced optimization for performance
This commit is contained in:
@@ -9,7 +9,7 @@ path = "src/main.rs"
|
||||
|
||||
[profile.release]
|
||||
strip = true # Automatically strip symbols from the binary.
|
||||
opt-level = 3
|
||||
opt-level = 2
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
@@ -25,4 +25,4 @@ version = "0.7.5"
|
||||
features = ["json"]
|
||||
|
||||
[dependencies.serde_json]
|
||||
version = "1.0.116"
|
||||
version = "1.0.116"
|
||||
|
||||
Reference in New Issue
Block a user