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:
parent
4fba79feee
commit
d3a399dd29
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue