emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 4b4c753 6/6: Speed 2 goes default


From: Andrea Corallo
Subject: feature/native-comp 4b4c753 6/6: Speed 2 goes default
Date: Sat, 15 Feb 2020 04:24:38 -0500 (EST)

branch: feature/native-comp
commit 4b4c7535a053caf8a074246d0eabb44873119076
Author: AndreaCorallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    Speed 2 goes default
---
 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 6476603..9a782f7 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -38,7 +38,7 @@
   "Emacs Lisp native compiler."
   :group 'lisp)
 
-(defcustom comp-speed 0
+(defcustom comp-speed 2
   "Compiler optimization level.  From 0 to 3.
 - 0 no optimizations are performed, compile time is favored.
 - 1 lite optimizations.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]