Skip to content

Commit b17f9dc

Browse files
authored
Merge pull request #36 from UncleGrumpy/fix_warnings
Suppress warning about missing sasl
2 parents 849f87d + 248b2c9 commit b17f9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%%
55
%% SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
66

7-
{erl_opts, [debug_info]}.
7+
{erl_opts, [debug_info, nowarn_sasl]}.
88
{deps, []}.
99

1010
{escript_incl_apps, [atomvm_packbeam]}.

0 commit comments

Comments
 (0)