Skip to content

Commit

Permalink
replicate to cc crate build
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Nov 16, 2024
1 parent 125c544 commit f55e915
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snmalloc-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ fn main() {
build.define("SNMALLOC_ENABLE_DYNAMIC_LOADING", "ON");
}

build.define("SNMALLOC_USE_WAIT_ON_ADDRESS", "0");

build.compile(target);

if target_env == "msvc" {
Expand Down

0 comments on commit f55e915

Please sign in to comment.