Print IR during typical compilation
This commit is contained in:
parent
03b04ecfb1
commit
7d46193ea3
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ Additionally ensures correct line numbers on the way, as a bonus."
|
|||
(let* ((src (buffer-string (current-buffer *editor*)))
|
||||
(bytes
|
||||
(handler-case
|
||||
(usc:compile-string-to-bytes src)
|
||||
(usc:compile-string-to-bytes src :print-ir-p t)
|
||||
(usc:usc-error (c)
|
||||
(let ((source (cdr (usc:source c))))
|
||||
(compile-fail-prompt c (car source) (cdr source)))
|
||||
|
|
Loading…
Add table
Reference in a new issue