fix: restore windows build to working state (#25131)

pull/25125/head^2
damageboy 2024-07-09 18:11:09 +03:00 committed by GitHub
parent 1fd355ed83
commit 338019ea12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ use once_cell::sync::Lazy;
/// The process name on the local OS running `influxdb3`
pub const INFLUXDB3_PROCESS_NAME: &str = "influxdb3";
#[cfg(feature = "jemalloc_replacing_malloc")]
#[cfg(all(feature = "jemalloc_replacing_malloc", not(target_env = "msvc")))]
#[global_allocator]
static GLOBAL: tikv_jemallocator::Jemalloc = tikv_jemallocator::Jemalloc;