Skip to content

Commit c9d420d

Browse files
committed
Disable genmc feature by default.
1 parent 28cdaf5 commit c9d420d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ name = "ui"
7272
harness = false
7373

7474
[features]
75-
# TODO GENMC (DEBUGGING): `genmc` feature should be turned off in upstream repo for now
76-
default = ["stack-cache", "native-lib", "genmc"]
75+
default = ["stack-cache", "native-lib"]
7776
genmc = ["dep:genmc-sys"] # this enables a GPL dependency!
7877
stack-cache = []
7978
stack-cache-consistency-check = ["stack-cache"]

0 commit comments

Comments
 (0)