Disable byte-compile-dynamic for autoloads files
Its deprecated and more trouble than its worth.
This commit is contained in:
parent
d21099cbd0
commit
d3c2e4829b
1 changed files with 0 additions and 1 deletions
|
@ -90,7 +90,6 @@ one wants that.")
|
|||
(defun doom-cli--byte-compile-file (file)
|
||||
(condition-case-unless-debug e
|
||||
(let ((byte-compile-warnings (if doom-debug-mode byte-compile-warnings))
|
||||
(byte-compile-dynamic t)
|
||||
(byte-compile-dynamic-docstrings t))
|
||||
(when (byte-compile-file file)
|
||||
(unless doom-interactive-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue