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 f6b41ea commit 8637c12Copy full SHA for 8637c12
.cargo/config.toml
@@ -21,10 +21,11 @@ rustflags = [
21
]
22
23
[target.x86_64-pc-windows-msvc.env]
24
+RUSTFLAGS = "-Ctarget-feature=+crt-static"
25
ROCKSDB_LIB_DIR = ""
26
LIBROCKSDB_STATIC = "1"
27
ROCKSDB_STATIC_LIB = "1"
-RUSTFLAGS = "-Ctarget-feature=+crt-static"
28
+VCPKG_ALL_STATIC = "1"
29
30
[target.'cfg(all())']
31
rustflags = ["--cfg", "tokio_unstable"]
0 commit comments