chore: Optimize quote even in debug mode
This commit is contained in:
committed by
Jonas Platte
parent
fb1a2f6d94
commit
7f81e7c61b
@@ -6,3 +6,8 @@ resolver = "2"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
[profile.dev.package]
|
||||
# Optimize quote even in debug mode. Speeds up proc-macros enough to account
|
||||
# for the extra time of optimizing it for a clean build of matrix-sdk-ffi.
|
||||
quote = { opt-level = 2 }
|
||||
|
||||
Reference in New Issue
Block a user