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 d541d9d commit d3f736cCopy full SHA for d3f736c
Cargo.toml
@@ -19,7 +19,7 @@ members = ["snmalloc-sys" ]
19
snmalloc-sys = {version = "0.2.25", path = "snmalloc-sys",default-features = false }
20
21
[features]
22
-default = ["1mib"]
+default = ["snmalloc-sys/build_cmake","1mib"]
23
build_cc = ["snmalloc-sys/build_cc","1mib"]
24
1mib = ["snmalloc-sys/1mib"]
25
16mib = ["snmalloc-sys/16mib"]
snmalloc-sys/Cargo.toml
@@ -22,8 +22,9 @@ version = "0.2"
default-features = false
-default = ["1mib","cmake"]
+default = ["1mib","build_cmake"]
26
build_cc = ["cc"]
27
+build_cmake = ["cmake"]
28
1mib = []
29
16mib = []
30
qemu = []
0 commit comments