Skip to content
This repository was archived by the owner on Jul 11, 2021. It is now read-only.

Commit d618cd4

Browse files
committed
remove PRO from default
1 parent 6a518f8 commit d618cd4

File tree

3 files changed

+4
-23
lines changed

3 files changed

+4
-23
lines changed

Cargo.lock

Lines changed: 0 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ env_logger = "0.6"
1414

1515
redisql_lib = {path = "./redisql_lib"}
1616
telemetrics = {path = "./telemetrics"}
17-
engine_pro = {path = "./engine_pro", optional = true}
17+
# engine_pro = {path = "./engine_pro", optional = true}
1818

1919
[features]
2020
default = []
21-
pro = ["engine_pro"]
21+
# pro = ["engine_pro"]
2222
# trial = ["engine_pro/trial"]
2323

redisql_lib/build.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ fn main() {
5151
}
5252
}
5353

54-
let engine_pro = "-DENGINE_PRO=1";
55-
//let engine_pro = "-DENGINE_PRO=0";
54+
//let engine_pro = "-DENGINE_PRO=1";
55+
let engine_pro = "-DENGINE_PRO=0";
5656

5757
let bindings = bindgen::Builder::default()
5858
.parse_callbacks(Box::new(SqliteTypeChooser))

0 commit comments

Comments
 (0)