mirror of
https://github.com/codex-storage/circom-compat-ffi.git
synced 2025-02-16 12:26:38 +00:00
update dev profile
This commit is contained in:
parent
9727a0a068
commit
b1755a2b2e
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user