diff options
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index bd76ff7..cfd62d0 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -25,13 +25,16 @@ rebar_utils, getopt ]}, {registered, []}, - {applications, [kernel, - stdlib, + {applications, [kernel, + stdlib, sasl]}, {env, [ %% Default log level {log_level, error}, + %% Default parallel jobs + {jobs, 3}, + %% any_dir processing modules {any_dir_modules, [ rebar_subdirs, @@ -51,7 +54,7 @@ rebar_eunit, rebar_escripter ]}, - + {rel_dir, [ rebar_reltool ]} |