summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-05-29 21:01:53 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-05-29 21:01:53 +0200
commit0c86b3f337a24e9936bfec0fe5dc127d7f6212d4 (patch)
tree47631f6c3a970b988737f41651f05eb2b8563954 /Makefile
parent6f6e00b95365a4f30f3aaff408cd446ff7486bca (diff)
Enables -Wall -Werror, corrects issue w/ variables.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b14b123..c9d2c6f 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ ERL_NAME_VS_SNAME ?= -sname
## Binaries
ERLC ?= erlc
-ERLC_OPTS ?= -I $(INCLUDE_DIR)
+ERLC_OPTS ?= -Wall -Werror -I $(INCLUDE_DIR)
ERL ?= erl
ERL_OPTS ?= -connect_all false \