Skip to content

Commit

Permalink
Update build.rs remove gcc link for tls
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancinsight authored Dec 3, 2024
1 parent 4f59881 commit c65403c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snmalloc-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ fn configure_linking(config: &BuildConfig, dst: Option<&std::path::PathBuf>) {

// Add gcc linking for C++17 thread atexit support
if config.is_gnu() && cfg!(feature = "usecxx17") {
println!("cargo:rustc-link-lib=dylib=gcc");
println!("cargo:rustc-link-lib=dylib=stdc++");
}

Expand Down

0 comments on commit c65403c

Please sign in to comment.