Update AOT native compilation to upstream changes

This commit is contained in:
coolneng 2023-09-19 23:43:39 +02:00
parent 379ff2ec1e
commit 6e436427e5
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@
;; Set up the mail stack
(after! mu4e (load! "+mail"))
;; HACK Enable AOT native compilation
(setq native-comp-deferred-compilation nil)
(setq native-comp-jit-compilation nil)
(after! (doom-packages straight)
(setq straight--native-comp-available t))
;; Use PlatformIO for Arduino development