From 034f39e81101130a5e7f219af23988690017e65f Mon Sep 17 00:00:00 2001 From: huangdan Date: Mon, 5 Jun 2017 10:38:48 +0800 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=98Compiled=20with=20option=20debug?= =?UTF-8?q?=5Finfo=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index abd416178..5841ef611 100644 --- a/Makefile +++ b/Makefile @@ -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_bcrypt = git https://github.com/smarkets/erlang-bcrypt master +ERLC_OPTS += +debug_info ERLC_OPTS += +'{parse_transform, lager_transform}' NO_AUTOPATCH = cuttlefish