aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authornuex <[email protected]>2014-03-07 16:16:29 -0500
committernuex <[email protected]>2014-03-08 19:30:57 -0500
commitbaaa2400e3ea9b21f453a77b064033edf96fc685 (patch)
tree3fe7a48140a8c0457f34e8b86d344d4d6e00562d /rebar.config
parent4ef840816d7df2a47a7955d3fd339720ace0a2b8 (diff)
downloadrelx-baaa2400e3ea9b21f453a77b064033edf96fc685.tar.gz
relx-baaa2400e3ea9b21f453a77b064033edf96fc685.tar.bz2
relx-baaa2400e3ea9b21f453a77b064033edf96fc685.zip
try adding some verbosity to erlydtl compilation errors
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config3
1 files changed, 2 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config
index 4eef17e..cf03ea3 100644
--- a/rebar.config
+++ b/rebar.config
@@ -30,7 +30,8 @@
{cover_print_enabled, true}.
%% Misc =======================================================================
-{erlydtl_opts, [{doc_root, "priv/templates"}]}.
+{erlydtl_opts, [{doc_root, "priv/templates"},
+ {compiler_options, [report, return, debug_info]}]}.
{escript_incl_apps,
[getopt, erlware_commons, erlydtl]}.