From 1041509d8d87028291eddaa64b07eeabda4e58c2 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Fri, 14 Mar 2025 09:11:43 -0400 Subject: [PATCH] Remove native-comp-debug --- early-init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/early-init.el b/early-init.el index 8fc3a59..0fab298 100644 --- a/early-init.el +++ b/early-init.el @@ -128,8 +128,7 @@ When set to non-nil, Emacs will automatically call `package-initialize' and (setq native-comp-warning-on-missing-source minimal-emacs-debug native-comp-async-report-warnings-errors (or minimal-emacs-debug 'silent) - native-comp-verbose (if minimal-emacs-debug 1 0) - native-comp-debug (if minimal-emacs-debug 1 0)) + native-comp-verbose (if minimal-emacs-debug 1 0)) (setq jka-compr-verbose minimal-emacs-debug) (setq byte-compile-warnings minimal-emacs-debug