log a page break when start compiling
This commit is contained in:
parent
689bb58262
commit
f24c0c7111
1 changed files with 1 additions and 0 deletions
|
@ -1690,6 +1690,7 @@ If INPUT is a string, use it as the file path to be native compiled."
|
|||
:output (if (symbolp input)
|
||||
(symbol-name input)
|
||||
(file-name-sans-extension (expand-file-name input))))))
|
||||
(comp-log "\n\n")
|
||||
(mapc (lambda (pass)
|
||||
(comp-log (format "Running pass %s:\n" pass))
|
||||
(setq data (funcall pass data)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue