Skip to content

Commit

Permalink
change cfg var for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
omerbenamram committed Aug 3, 2024
1 parent d9a6afd commit ab54719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/evtx_dump.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ab54719

Please sign in to comment.