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
The older code was running Emacs separately for each .el file. Change
the code so that all .el files are passed at once.
This improves build time by x5:
* before: 1.272 sec
* after: 0.257 sec
Also simplify the rule declaration.
0 commit comments