We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b18af commit 7caf0c8Copy full SHA for 7caf0c8
Makefile
@@ -27,14 +27,14 @@ build:
27
unix-compile:
28
@$(CASK) $(EMACS) -Q --batch \
29
-L . \
30
- --eval '(setq treemacs-no-load-time-warnings t)' \
+ --eval '(setq byte-compile-error-on-warn t treemacs-no-load-time-warnings t)' \
31
-f batch-byte-compile $(DAP-GENERAL) $(DAP-CLIENTS)
32
33
windows-compile:
34
35
-l test/windows-bootstrap.el \
36
37
38
39
40
unix-ci: clean build unix-compile unix-test
0 commit comments