diff --git a/src/bin/postsack.rs b/src/bin/postsack.rs index 7f9f3a2..f6b8b59 100644 --- a/src/bin/postsack.rs +++ b/src/bin/postsack.rs @@ -1,6 +1,8 @@ #[cfg(feature = "gui")] fn main() { + #[cfg(debug_assertions)] postsack::setup_tracing(); + postsack::gui::run_gui(); }