2011-12-12 17:02:34 +08:00
|
|
|
{sub_dirs, [
|
2011-12-12 17:46:27 +08:00
|
|
|
"apps/egs",
|
2012-05-16 18:33:12 +08:00
|
|
|
"apps/egs_net",
|
2012-01-04 08:56:38 +08:00
|
|
|
"apps/egs_patch",
|
2012-05-16 18:33:12 +08:00
|
|
|
"apps/egs_store",
|
2012-01-04 08:56:38 +08:00
|
|
|
"apps/prs"
|
2011-02-20 22:30:35 +08:00
|
|
|
]}.
|
2011-04-19 18:45:17 +08:00
|
|
|
{dialyzer_opts, [src, {warnings, [
|
|
|
|
behaviours,
|
|
|
|
error_handling,
|
|
|
|
race_conditions,
|
|
|
|
unmatched_returns
|
|
|
|
%% underspecs
|
|
|
|
]}]}.
|
|
|
|
{erl_opts, [
|
|
|
|
%% bin_opt_info,
|
|
|
|
%% warnings_as_errors,
|
|
|
|
warn_export_all
|
|
|
|
]}.
|