From 2dfbbb3917a71c44b9335eab26a67e8428f442f6 Mon Sep 17 00:00:00 2001 From: Steve Vinoski Date: Wed, 10 Sep 2014 15:26:25 -0400 Subject: [PATCH] Exclude hipe application in reltool.config Several users have reported problems building releases using rel/reltool.config due to problems with hipe, so extend reltool.config to exclude hipe. --- rel/reltool.config | 1 + 1 file changed, 1 insertion(+) diff --git a/rel/reltool.config b/rel/reltool.config index 3286c876c..8f57a6cda 100644 --- a/rel/reltool.config +++ b/rel/reltool.config @@ -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, ".."}]} ]}.