Skip to content

Commit a307abb

Browse files
Fix rebar.config
Delete encryption debug info and unused rebar sections
1 parent 09b5ca8 commit a307abb

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

rebar.config

Lines changed: 4 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,8 @@
1-
%% THIS FILE IS GENERATED FOR release_3_9_0 %%
2-
31
{erl_opts,[
4-
encrypt_debug_info,compresses,warn_export_all,warning_as_error,
2+
debug_info,
3+
compresses,
4+
warn_export_all,
5+
warning_as_error,
56
{i,"include"},
67
{src_dirs,["src"]}
78
]}.
8-
{deps_dir,"deps"}.
9-
{deps,[]}.
10-
{edoc_opts,[]}.
11-
{eunit_opts,[]}.
12-
{eunit_compile_opts,[]}.
13-
{eunit_first_files,[]}.
14-
{ct_dir,"test"}.
15-
{ct_log_dir,"test/logs"}.
16-
{ct_use_short_names,true}.
17-
{clean_files,[]}.
18-
{validate_app_modules,false}.
19-
{xref_warnings,true}.
20-
{xref_extra_paths,[]}.
21-
{xref_checks,[
22-
undefined_function_calls,undefined_functions,locals_not_used,
23-
exports_not_used,deprecated_function_calls,
24-
deprecated_functions
25-
]}.
26-
{xref_queries,[{"(XC - UC) || (XU - X - B - (\"mod\":\".*foo\"/\"4\"))",[]}]}.

0 commit comments

Comments
 (0)