Update AOT native compilation to upstream changes
This commit is contained in:
parent
379ff2ec1e
commit
6e436427e5
|
@ -146,7 +146,7 @@
|
||||||
;; Set up the mail stack
|
;; Set up the mail stack
|
||||||
(after! mu4e (load! "+mail"))
|
(after! mu4e (load! "+mail"))
|
||||||
;; HACK Enable AOT native compilation
|
;; HACK Enable AOT native compilation
|
||||||
(setq native-comp-deferred-compilation nil)
|
(setq native-comp-jit-compilation nil)
|
||||||
(after! (doom-packages straight)
|
(after! (doom-packages straight)
|
||||||
(setq straight--native-comp-available t))
|
(setq straight--native-comp-available t))
|
||||||
;; Use PlatformIO for Arduino development
|
;; Use PlatformIO for Arduino development
|
||||||
|
|
Loading…
Reference in New Issue