From 3fb55f076f3a27c239ac47e21017c784e1710c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 31 Dec 2019 11:12:04 +0100 Subject: Add a commented option in the Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd4ffa0..38a7c81 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ endif # Compile options. -ERLC_OPTS += +warn_missing_spec +warn_untyped_record +ERLC_OPTS += +warn_missing_spec +warn_untyped_record # +bin_opt_info TEST_ERLC_OPTS += +'{parse_transform, eunit_autoexport}' # Generate rebar.config on build. -- cgit v1.2.3