]> git.eshelyaron.com Git - emacs.git/commitdiff
Speed 2 goes default
authorAndreaCorallo <akrl@sdf.org>
Fri, 14 Feb 2020 15:22:24 +0000 (15:22 +0000)
committerAndrea Corallo <akrl@sdf.org>
Sat, 15 Feb 2020 09:17:08 +0000 (10:17 +0100)
lisp/emacs-lisp/comp.el

index 6476603f9b9089b380ec1672afe339bb291036e6..9a782f7497f54a1f59766d135427cf1f90e216b5 100644 (file)
@@ -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.