Skip to content

Commit f59be65

Browse files
committed
Compile sqlx-macros with optimizations even in debug mode
To make compilation of bors faster.
1 parent 040c9a2 commit f59be65

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
@@ -66,3 +66,6 @@ thread_local = "1.1.8"
6666

6767
[profile.release]
6868
debug = 1
69+
70+
[profile.dev.package.sqlx-macros]
71+
opt-level = 3

0 commit comments

Comments
 (0)