We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccab5b0 commit a54defdCopy full SHA for a54defd
lmdb-master-sys/build.rs
@@ -137,7 +137,7 @@ fn main() {
137
// Enable atomics on Windows
138
.flag_if_supported("/std:c11")
139
// Explicitly enable C11 atomics support
140
- .define("_ENABLE_C11_ATOMICS", "1");
+ .flag_if_supported("/experimental:c11atomics");
141
142
if cfg!(feature = "posix-sem") {
143
builder.define("MDB_USE_POSIX_SEM", None);
0 commit comments