From 095c7ed7af0c455004332ae44116c8fa181616ad Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 24 Aug 2025 15:02:24 +0200 Subject: [PATCH] fix: do not report native comp warnings/errors They aren't important, especially the warnings are not important at all for me. --- early-init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/early-init.el b/early-init.el index 7327f91cde56d9f20ff05210afc062bcbf91cf20..17bfd7e11cd137816069523e3bad6c6c5af7606e 100644 --- a/early-init.el +++ b/early-init.el @@ -4,6 +4,7 @@ (eval-and-compile (setq load-prefer-newer t)) (setq native-comp-jit-compilation t) +(setq native-comp-async-report-warnings-errors nil) ;; ------------------------------------------------------------------------------------------ ;; Speed optimization taken from igloo.el, see https://github.com/VojtechStep/igloo.el