From 38a0c57e2532c30b9bac94ab25e821222249a0a8 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 7 Dec 2023 12:00:59 +0000 Subject: add --without-native-compilation to confmacs aliases --- .emacs.d/init.el | 4 ++-- 1 file 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"))) -- cgit v1.2.3