Skip to content

Commit 338019e

Browse files
authoredJul 9, 2024
fix: restore windows build to working state (influxdata#25131)
1 parent 1fd355e commit 338019e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎influxdb3_process/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use once_cell::sync::Lazy;
77
/// The process name on the local OS running `influxdb3`
88
pub const INFLUXDB3_PROCESS_NAME: &str = "influxdb3";
99

10-
#[cfg(feature = "jemalloc_replacing_malloc")]
10+
#[cfg(all(feature = "jemalloc_replacing_malloc", not(target_env = "msvc")))]
1111
#[global_allocator]
1212
static GLOBAL: tikv_jemallocator::Jemalloc = tikv_jemallocator::Jemalloc;
1313

0 commit comments

Comments
 (0)