Skip to content

Commit

Permalink
Remove define again
Browse files Browse the repository at this point in the history
  • Loading branch information
Mytherin authored Jun 15, 2024
1 parent 9bda125 commit dbf06e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/libduckdb-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ mod build_bundled {
.flag_if_supported("-stdlib=libstdc++")
.flag_if_supported("/bigobj")
.warnings(false)
.flag_if_supported("-w")
.flag_if_supported("/D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR");
.flag_if_supported("-w");

if win_target() {
cfg.define("DUCKDB_BUILD_LIBRARY", None);
Expand Down

0 comments on commit dbf06e7

Please sign in to comment.