Improve the rebar script. Keep the build graph by default.

This commit is contained in:
Evgeniy Khramtsov 2013-06-30 23:30:30 +10:00
parent 49e17922a3
commit fa7fe73a0e
2 changed files with 1 additions and 0 deletions

BIN
rebar vendored

Binary file not shown.

View File

@ -118,6 +118,7 @@ CfgPostHooks = lists:flatmap(
Config = [{erl_opts, Includes ++ Macros ++ HiPE ++ DebugInfo ++
[{src_dirs, [asn1, src | SrcDirs]}]},
{sub_dirs, ["rel"]},
{keep_build_info, true},
{ct_extra_params, "-include "
++ filename:join([Cwd, "tools"]) ++ " "
++ filename:join([Cwd, "deps", "p1_xml", "include"])},