1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/emacs-lisp/comp.el (comp-trampoline-compile): Default to speed 1.

This commit is contained in:
Andrea Corallo 2021-02-11 21:37:53 +01:00
parent 4fba79feee
commit d3a399dd29

View file

@ -3661,7 +3661,7 @@ Return the trampoline if found or nil otherwise."
;; Use speed 0 to maximize compilation speed and not to
;; optimize away funcall calls!
(byte-optimize nil)
(comp-speed 0)
(comp-speed 1)
(lexical-binding t))
(comp--native-compile
form nil