Skip to content

Commit 6098e30

Browse files
committed
improve compile speed when using sqlx macros
1 parent 624628a commit 6098e30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ aws-smithy-runtime = {version = "0.57.1", features = ["client", "test-util"]}
130130
aws-smithy-http = "0.57.1"
131131
indoc = "2.0.0"
132132

133+
[profile.dev.package.sqlx-macros]
134+
opt-level = 2
135+
133136
[build-dependencies]
134137
time = "0.3"
135138
gix = { version = "0.55.2", default-features = false }

0 commit comments

Comments
 (0)