* Do not produce .eln files when a byte compilation error happen
Have the byte compiler signal an error when compilation fails to stop native compilation too.
This commit is contained in:
parent
d0a504f5c4
commit
ab8fed0a96
1 changed files with 3 additions and 0 deletions
|
@ -2118,6 +2118,9 @@ Return the compilation unit file name."
|
|||
(list "not a symbol function or file" input)))
|
||||
(let ((data input)
|
||||
(comp-native-compiling t)
|
||||
;; Have the byte compiler signal an error when compilation
|
||||
;; fails.
|
||||
(byte-compile-debug t)
|
||||
(comp-ctxt (make-comp-ctxt
|
||||
:output
|
||||
(if (symbolp input)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue