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

@@ -20,6 +20,6 @@ tracing.workspace = true
[features]
encryption = ["turso_core/encryption"]
browser = []
tracing_release = ["turso_core/tracing_release"]
[build-dependencies]
napi-build = "2.2.3"