fix windows build

This commit is contained in:
Robin Appelman 2024-07-28 20:01:44 +02:00
commit 96a5b6afff
2 changed files with 3 additions and 3 deletions

View file

@ -22,10 +22,10 @@ mod matcher;
mod timegraph;
mod ui;
#[cfg(not(target_env = "msvc"))]
#[cfg(not(target_os = "windows"))]
use tikv_jemallocator::Jemalloc;
#[cfg(not(target_env = "msvc"))]
#[cfg(not(target_os = "windows"))]
#[global_allocator]
static GLOBAL: Jemalloc = Jemalloc;