mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
Compile-disable trace events in release
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ logind-zbus = "3.1.2"
|
||||
profiling = "1.0.9"
|
||||
sd-notify = "0.4.1"
|
||||
time = { version = "0.3.28", features = ["formatting", "local-offset", "macros"] }
|
||||
tracing = "0.1.37"
|
||||
tracing = { version = "0.1.37", features = ["max_level_trace", "release_max_level_debug"] }
|
||||
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
||||
tracy-client = { version = "0.15.2", default-features = false }
|
||||
xcursor = "0.3.4"
|
||||
|
||||
Reference in New Issue
Block a user