Skip to content

Commit

Permalink
Update rebar.config
Browse files Browse the repository at this point in the history
* Added rebar erlydtl_opts to enable debug_info compile option
  for the ErlyDTL .dtl templates
  See <https://github.com/rebar/rebar/issues/49#issuecomment-13310351>
  by @kellymclaughlin
  • Loading branch information
jj1bdx committed Feb 10, 2013
1 parent 3cb4cf3 commit 277f453
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rebar.config
Expand Up @@ -8,6 +8,10 @@

{erl_opts, [debug_info, fail_on_warning]}.

{erlydtl_opts, [
{compiler_options, [report, return, debug_info]}
]}.

{deps, [
{lager_syslog, ".*", {git, "git://github.com/basho/lager_syslog", {tag, "1.2.2"}}},
{cluster_info, ".*", {git, "git://github.com/basho/cluster_info", {branch, "master"}}},
Expand Down

0 comments on commit 277f453

Please sign in to comment.