Commit 8fc387f
committed
Compile .el files at O(1) instead of O(n)
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.1 parent 02c9748 commit 8fc387f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments