log a page break when start compiling

This commit is contained in:
Andrea Corallo 2019-10-20 10:40:28 +02:00
parent 689bb58262
commit f24c0c7111

View file

@ -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)))