Skip to content

Commit

Permalink
docs(Backend): 📝 add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Eason0729 committed Jul 4, 2024
1 parent 9f7a0c3 commit da6cacd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit da6cacd

Please sign in to comment.