update dev profile

This commit is contained in:
Dmitriy Ryajov 2024-02-06 10:12:00 -06:00
parent 9727a0a068
commit b1755a2b2e
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ name = "circom-compat-ffi"
version = "0.1.0"
edition = "2021"
[profile.dev]
opt-level = 3 # Use slightly better optimizations.
debug = true # Generate debug info.
debug-assertions = true # Enable debug assertions.
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = [