You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build: compiles build scripts with optimization (#175)
Without this running `lalrpop` runs for a long time unoptimized. This
trades off some build time to make the grammar generation much cheaper
and makes the build 50% faster on my workstation.
Also fixes a minor typo in `partiql-parser/build.rs`.
0 commit comments