Adapt AOT native compilation to upstream changes

This commit is contained in:
2026-01-12 17:07:29 +01:00
parent d04a2a2b4e
commit 6065d732c0

View File

@@ -86,9 +86,8 @@
;; Set up the mail stack
(after! mu4e (load! "+mail"))
;; HACK Enable AOT native compilation
(setq! package-native-compile t)
(setq native-comp-jit-compilation nil)
(after! (doom-packages straight)
(setq straight--native-comp-available t))
;; Use PlatformIO for Arduino development
(use-package! platformio-mode
:after cc-mode