From b1755a2b2e8d3978925cb5815c1564f62756b29d Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Tue, 6 Feb 2024 10:12:00 -0600 Subject: [PATCH] update dev profile --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6fe7e6e..18b1b82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = [