-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make procedural macros faster by optimizing quote (#1250)
This takes extra compile time on first build of quote, but the cost is recouped by faster runtime of proc-macros, even for clean `cargo check`. (tested for server, but bridge has just as many proc-macro dependencies)
- Loading branch information
1 parent
bdb44ee
commit 9fbacee
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,6 @@ members = [ | |
"svix-bridge", | ||
"svix-bridge-plugin-queue", | ||
] | ||
|
||
[profile.dev.package] | ||
quote = { opt-level = 2 } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters