Force native compilation from the Makefile #116
Replies: 1 comment 20 replies
-
If we add native compilation here, then it is going to take much longer.
This is controlled by
Looks like it would be as simple as replacing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm just discovering Emacs 28. After I cleaned all byte compiled files, I ran
make
(which took some time) and then started Emacs 28. After Emacs had started, I got some messages in the*Warnings*
buffer which seemed to indicate that Emacs was compiling my packages. I was wondering ifmake
could do that so Emacs wouldn't have to do that interactively.Beta Was this translation helpful? Give feedback.
All reactions