From 73c718dcb5a5c7bff77f34bc22f3b68f4683bec3 Mon Sep 17 00:00:00 2001 From: Egobrain Date: Thu, 21 Feb 2013 10:27:26 +0400 Subject: Added warn compile options. Fixed compile warnings. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d04758c..2349caa 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,8 @@ PROJECT = cowboy RANCH_VSN = 0.6.1 -ERLC_OPTS = -Werror +debug_info +warn_export_all # +bin_opt_info +warn_missing_spec +ERLC_OPTS = -Werror +debug_info +warn_export_all +warn_export_vars \ + +warn_shadow_vars +warn_obsolete_guard # +bin_opt_info +warn_missing_spec DEPS_DIR ?= $(CURDIR)/deps export DEPS_DIR -- cgit v1.2.3