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

Allow overriding ERLC_OPTS

This commit is contained in:
Loïc Hoguin 2013-03-02 20:59:05 +01:00
parent a165a0bf46
commit dbc1bc6d91

View file

@ -2,7 +2,7 @@
PROJECT = cowboy
RANCH_VSN = 0.6.1
ERLC_OPTS = -Werror +debug_info +warn_export_all +warn_export_vars \
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