Add ‘Compiled with option debug_info’

This commit is contained in:
huangdan 2017-06-05 10:38:48 +08:00 committed by GitHub
parent db6b501691
commit 034f39e811
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ dep_pbkdf2 = git https://github.com/emqtt/pbkdf2 2.0.1
dep_lager_syslog = git https://github.com/basho/lager_syslog dep_lager_syslog = git https://github.com/basho/lager_syslog
dep_bcrypt = git https://github.com/smarkets/erlang-bcrypt master dep_bcrypt = git https://github.com/smarkets/erlang-bcrypt master
ERLC_OPTS += +debug_info
ERLC_OPTS += +'{parse_transform, lager_transform}' ERLC_OPTS += +'{parse_transform, lager_transform}'
NO_AUTOPATCH = cuttlefish NO_AUTOPATCH = cuttlefish