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

@@ -6,7 +6,8 @@ edition.workspace = true
license.workspace = true
repository.workspace = true
publish = false
[features]
tracing_release = ["turso_core/tracing_release"]
[lib]
name = "_turso_java"
crate-type = ["cdylib"]