diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-05-07 09:58:32 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-05-07 10:52:02 -0500 |
commit | 5ebaf44f6a027fe08ba28f8aeae4a1cf97819145 (patch) | |
tree | 49addd28b0842b9a3b8b890f9f021875e7d27d9a | |
parent | f301efae323c62ca529324c0596cee0eb6449ba0 (diff) |
include debug_info when running tests of rebar3
-rw-r--r-- | rebar.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rebar.config b/rebar.config index e06de70..e58ae0e 100644 --- a/rebar.config +++ b/rebar.config @@ -39,9 +39,9 @@ {profiles, [{test, [{deps, [ {meck, "", {git, "https://github.com/eproxus/meck.git", {tag, "0.8.2"}}} - ]} - ] - }, + ]}, + {erl_opts, [debug_info]} + ]}, %% We don't want erlydtl to attempt to run on the first compile pass to bootstrap {bootstrap, []} |