From 0c86b3f337a24e9936bfec0fe5dc127d7f6212d4 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Fri, 29 May 2020 21:01:53 +0200 Subject: Enables -Wall -Werror, corrects issue w/ variables. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.3-70-g09d2