0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Added warn compile options. Fixed compile warnings.

This commit is contained in:
Egobrain 2013-02-21 10:27:26 +04:00
parent 3181382d72
commit 73c718dcb5
3 changed files with 19 additions and 14 deletions

View file

@ -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