Skip to content

Commit

Permalink
improve compile speed when using sqlx macros
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Nov 8, 2023
1 parent 624628a commit 6098e30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ aws-smithy-runtime = {version = "0.57.1", features = ["client", "test-util"]}
aws-smithy-http = "0.57.1"
indoc = "2.0.0"

[profile.dev.package.sqlx-macros]
opt-level = 2

[build-dependencies]
time = "0.3"
gix = { version = "0.55.2", default-features = false }
Expand Down

0 comments on commit 6098e30

Please sign in to comment.