Skip to content

Commit

Permalink
Merge pull request casbin#253 from hackerchai/master
Browse files Browse the repository at this point in the history
Feat: optimize incremental compilation time
  • Loading branch information
hackerchai authored Apr 18, 2021
2 parents 4038b89 + f707c58 commit 5f5d2e6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ globset = { version = "0.4.6", optional = true }
indexmap = "1.6.2"
ip_network = { version = "0.3.4", optional = true }
lazy_static = "1.4.0"
lru = { version = "0.6.3", optional = true }
lru = { version = "0.6.5", optional = true }
regex = "1.4.5"
rhai = { version = "0.19.15", features = [
rhai = { version = "0.20.0", features = [
"sync",
"only_i32",
"no_function",
Expand Down Expand Up @@ -66,6 +66,9 @@ codegen-units = 1
lto = true
opt-level = 3

[profile.dev]
split-debuginfo = "unpacked"

[profile.bench]
lto = true
opt-level = 3
Expand Down

0 comments on commit 5f5d2e6

Please sign in to comment.