summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-12-07 12:00:59 +0000
committerSean Whitton <spwhitton@spwhitton.name>2023-12-07 12:03:09 +0000
commit38a0c57e2532c30b9bac94ab25e821222249a0a8 (patch)
tree292804fabeea4e0eef1c0b813b6e101baa149cbe
parent038bfd1930dbb8385da2dacdef40390c1938d6f9 (diff)
downloaddotfiles-38a0c57e2532c30b9bac94ab25e821222249a0a8.tar.gz
add --without-native-compilation to confmacs aliases
-rw-r--r--.emacs.d/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 3b3b8e0e..cdb15363 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -2680,12 +2680,12 @@ Called by '~/src/dotfiles/bin/emacsclient --spw/update-environment'."
;; rebase onto origin/master -- there is no --disable-maintainer-mode.
(with-eval-after-load 'esh-mode
(dolist (conf '(("confmacs0"
- "--with-pgtk"
+ "--with-pgtk" "--without-native-compilation"
"--enable-checking='yes,glyphs'"
"CFLAGS='-O0 -g3'"
"--enable-check-lisp-object-type")
("confmacsg"
- "--with-pgtk"
+ "--with-pgtk" "--without-native-compilation"
"--enable-checking='yes,glyphs'"
"CFLAGS='-Og -g3'"
"--enable-check-lisp-object-type")))