diff --git a/patches/0001-Make-native-comp-debug-0-for-Windows.patch b/patches/0001-Make-native-comp-debug-0-for-Windows.patch new file mode 100644 index 0000000..6aa2ec9 --- /dev/null +++ b/patches/0001-Make-native-comp-debug-0-for-Windows.patch @@ -0,0 +1,25 @@ +From 48dc92422761205e40b82eac38fcf7200c1012b1 Mon Sep 17 00:00:00 2001 +From: Kien Nguyen +Date: Fri, 14 May 2021 23:18:49 +0900 +Subject: [PATCH] Make native-comp-debug 0 for Windows + +--- + lisp/emacs-lisp/comp.el | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el +index 3e7f17ef1c..85d0cea212 100644 +--- a/lisp/emacs-lisp/comp.el ++++ b/lisp/emacs-lisp/comp.el +@@ -55,7 +55,7 @@ native-comp-speed + :safe #'integerp + :version "28.1") + +-(defcustom native-comp-debug (if (eq 'windows-nt system-type) 1 0) ++(defcustom native-comp-debug 0 + "Debug level for native compilation, a number between 0 and 3. + This is intended for debugging the compiler itself. + 0 no debug output. +-- +2.31.1.windows.1 +