Skip to content

Commit

Permalink
fix: better os targeting for mem allocator
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Oct 25, 2023
1 parent 4072d8e commit 91cdf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#[cfg(target_env = "gnu")]
#[cfg(target_os = "linux")]
#[global_allocator]
static GLOBAL: mimalloc::MiMalloc = mimalloc::MiMalloc;

Expand Down

0 comments on commit 91cdf7d

Please sign in to comment.