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;