summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-05-29 21:01:53 +0200 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-05-29 21:01:53 +0200 |
commit | 0c86b3f337a24e9936bfec0fe5dc127d7f6212d4 (patch) | |
tree | 47631f6c3a970b988737f41651f05eb2b8563954 /Makefile | |
parent | 6f6e00b95365a4f30f3aaff408cd446ff7486bca (diff) |
Enables -Wall -Werror, corrects issue w/ variables.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |