From 83eccfc7be7fcfbc873e922a58265793dafef3ae Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 13 Apr 2015 21:16:51 +0200 Subject: [reltool] Use profile standalone. Decreases the size of the release directory by 50%. --- reltool.config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'reltool.config') diff --git a/reltool.config b/reltool.config index c40be85..07f8ded 100644 --- a/reltool.config +++ b/reltool.config @@ -10,6 +10,8 @@ catlfish ]}, {boot_rel, "catlfish"}, + {profile, standalone}, + {incl_sys_filters, ["^bin/", "^erts-.*/", "^lib"]}, {incl_app_filters, ["^ebin/", "^priv/", "^src/"]}, {app, catlfish, [{app_file, all}, {lib_dir, "."}]}, {app, plop, [{app_file, all}, {lib_dir, "../plop"}]}, -- cgit v1.1