aboutsummaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2016-01-18 13:10:12 +0100
committerPaweł Chmielowski <pchmielowski@process-one.net>2016-01-18 13:10:28 +0100
commitee1cf939c50e483badc60faba0ee05eed8d1f90d (patch)
tree367e30fd9a6cc1cfe2433a3110aaed6ed8a132dd /rebar.config
parentMerge remote-tracking branch 'processone/pr/907' (diff)
Make --disable-debug work again
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
index 8c2c73baf..811000271 100644
--- a/rebar.config
+++ b/rebar.config
@@ -50,6 +50,7 @@
p1_iconv]}}.
{erl_opts, [nowarn_deprecated_function,
+ {if_var_false, debug, no_debug_info},
{if_var_true, roster_gateway_workaround, {d, 'ROSTER_GATWAY_WORKAROUND'}},
{if_var_match, db_type, mssql, {d, 'mssql'}},
{if_var_true, lager, {d, 'LAGER'}},