diff --git a/src/bin/evtx_dump.rs b/src/bin/evtx_dump.rs index fe86cbdd..3e4b0a4c 100644 --- a/src/bin/evtx_dump.rs +++ b/src/bin/evtx_dump.rs @@ -23,7 +23,7 @@ use tikv_jemallocator::Jemalloc; #[global_allocator] static GLOBAL: Jemalloc = Jemalloc; -#[cfg(all(feature = "fast-alloc", windows))] +#[cfg(target_env = "msvc")] #[global_allocator] static ALLOC: rpmalloc::RpMalloc = rpmalloc::RpMalloc;