Add tracing_release feature for benchmarks to compile tracing macros to noops

This commit is contained in:
PThorpe92
2025-09-10 09:50:41 -04:00
parent f117b2c966
commit ba1ed72ed8
8 changed files with 28 additions and 20 deletions

View File

@@ -14,6 +14,7 @@ crate-type = ["cdylib"]
[features]
# must be enabled when building with `cargo build`, maturin enables this automatically
extension-module = ["pyo3/extension-module"]
tracing_release = ["turso_core/tracing_release"]
[dependencies]
anyhow = "1.0"