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 4d4c7a1 commit eae0f4aCopy full SHA for eae0f4a
Makefile
@@ -34,7 +34,7 @@ ELCHECKS=$(addprefix check-, $(ELFILES:.el=))
34
35
%.elc: %.el
36
@$(BATCH) \
37
- -f batch-byte-compile $<
+ --eval "(setq byte-compile-error-on-warn t)" -f batch-byte-compile $<
38
39
.PHONY: all compile info clean check $(ELCHECKS) elpa package
40
0 commit comments