~ruther/emacs.d

095c7ed7af0c455004332ae44116c8fa181616ad — Rutherther a month ago e95814f
fix: do not report native comp warnings/errors

They aren't important, especially the warnings are
not important at all for me.
1 files changed, 1 insertions(+), 0 deletions(-)

M early-init.el
M early-init.el => early-init.el +1 -0
@@ 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