From c9b9644aa3020643051da73931542367d649f593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 27 Mar 2014 11:16:24 +0100 Subject: Add +warn_missing_spec and fix specs --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bd35c4b..d32ec42 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,8 @@ PROJECT = cowboy # Options. +ERLC_OPTS ?= -Werror +debug_info +warn_export_all +warn_export_vars \ + +warn_shadow_vars +warn_obsolete_guard +warn_missing_spec COMPILE_FIRST = cowboy_middleware cowboy_sub_protocol CT_SUITES = eunit http spdy ws PLT_APPS = crypto public_key ssl -- cgit v1.2.3