Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: compile macro crates with some optimizations (#4327)
## What This PR Does Compile `oxc_macros` and `oxc_ast_macros` with `O1` in debug builds. This should make consuming crates compile faster, as well as test binaries (oxc_linter tests take a while to compile when developing rules locally)
- Loading branch information