diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2022-07-01 14:51:10 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2022-07-01 14:51:10 +0100 |
commit | 09552cf9d214d9e2cc44f0d741ece8e5f49fc12e (patch) | |
tree | 12d8f4afe07da00df0cb00aa656368c56ec46ef2 | |
parent | ed35cb78b575291966c93693d4dc1848e5299c41 (diff) |
Compile elisp ahead of time.
-rw-r--r-- | yellowsquid/packages/emacs.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yellowsquid/packages/emacs.scm b/yellowsquid/packages/emacs.scm index 2242465..2df44f2 100644 --- a/yellowsquid/packages/emacs.scm +++ b/yellowsquid/packages/emacs.scm @@ -91,4 +91,4 @@ (prepend glibc libgccjit libxcomposite))))))) (define-public emacs-native-comp - (emacs-with-native-comp emacs gcc-12)) + (emacs-with-native-comp emacs gcc-12 'full-aot)) |