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 28cdaf5 commit c9d420dCopy full SHA for c9d420d
Cargo.toml
@@ -72,8 +72,7 @@ name = "ui"
72
harness = false
73
74
[features]
75
-# TODO GENMC (DEBUGGING): `genmc` feature should be turned off in upstream repo for now
76
-default = ["stack-cache", "native-lib", "genmc"]
+default = ["stack-cache", "native-lib"]
77
genmc = ["dep:genmc-sys"] # this enables a GPL dependency!
78
stack-cache = []
79
stack-cache-consistency-check = ["stack-cache"]
0 commit comments