Skip to content

Commit

Permalink
Exclude hipe application in reltool.config
Browse files Browse the repository at this point in the history
Several users have reported problems building releases using
rel/reltool.config due to problems with hipe, so extend reltool.config to
exclude hipe.
  • Loading branch information
vinoski committed Sep 10, 2014
1 parent 769bc4b commit 2dfbbb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rel/reltool.config
Expand Up @@ -28,6 +28,7 @@
{excl_sys_filters, ["^bin/.*", "^erts.*/bin/(dialyzer|typer)",
"^erts.*/(doc|info|include|lib|man|src)"]},
{excl_app_filters, ["\.gitignore", "^include.mk.in"]},
{app, hipe, [{incl_cond, exclude}]},
{app, yaws, [{mod_cond, app}, {incl_cond, include}, {lib_dir, ".."}]}
]}.

Expand Down

0 comments on commit 2dfbbb3

Please sign in to comment.