help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

limit native compilation - how


From: Colin Baxter 😺
Subject: limit native compilation - how
Date: Sat, 15 Jan 2022 15:42:34 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.90 (gnu/linux)

I want to limit native compilation to emacs' own libraries and not
include any of my own lisp files. I tried a .dir-locals.el file 

--8<---------------cut here---------------start------------->8---
((emacs-lisp-mode .
((eval: (setq no-native-compile t)))))
--8<---------------cut here---------------end--------------->8---

in the directory I want native compilation to avoid. That didn't
work. Perhaps I can't see the wood for the trees, but I don't understand
what's wrong with the .dir-locals. Can anyone help?

Thanks - Colin.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]