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:
parent
3181382d72
commit
73c718dcb5
3 changed files with 19 additions and 14 deletions
3
Makefile
3
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue