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 de57af1 commit 2639eb0Copy full SHA for 2639eb0
Makefile
@@ -18,7 +18,7 @@ unix-compile:
18
@echo "Compiling..."
19
@$(CASK) $(EMACS) -Q --batch \
20
-L . \
21
- --eval '(setq byte-compile-error t)' \
+ --eval '(setq byte-compile-error-on-warn nil)' \
22
-f batch-byte-compile $(PKG-FILES)
23
24
unix-test:
0 commit comments