From da6cacd9e7a55fcd7a1e6017346fc8d302acd4b0 Mon Sep 17 00:00:00 2001 From: "Eason(G Ray)" <30045503+Eason0729@users.noreply.github.com> Date: Thu, 4 Jul 2024 13:08:01 +0800 Subject: [PATCH] docs(Backend): :memo: add todo --- backend/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/main.rs b/backend/src/main.rs index 6556f10..2fae9bf 100644 --- a/backend/src/main.rs +++ b/backend/src/main.rs @@ -6,6 +6,7 @@ pub mod macro_tool; pub mod server; pub mod util; +// FIXME: replace relase feature with debug_assertions #[cfg(feature = "release")] #[global_allocator] static GLOBAL: tikv_jemallocator::Jemalloc = tikv_jemallocator::Jemalloc;