mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Disable byte-compile-dynamic for autoloads files
Its deprecated and more trouble than its worth.
This commit is contained in:
@ -90,7 +90,6 @@ one wants that.")
|
|||||||
(defun doom-cli--byte-compile-file (file)
|
(defun doom-cli--byte-compile-file (file)
|
||||||
(condition-case-unless-debug e
|
(condition-case-unless-debug e
|
||||||
(let ((byte-compile-warnings (if doom-debug-mode byte-compile-warnings))
|
(let ((byte-compile-warnings (if doom-debug-mode byte-compile-warnings))
|
||||||
(byte-compile-dynamic t)
|
|
||||||
(byte-compile-dynamic-docstrings t))
|
(byte-compile-dynamic-docstrings t))
|
||||||
(when (byte-compile-file file)
|
(when (byte-compile-file file)
|
||||||
(unless doom-interactive-mode
|
(unless doom-interactive-mode
|
||||||
|
Reference in New Issue
Block a user