diff --git a/rebar.config b/rebar.config index fae48c5..ea2efa5 100644 --- a/rebar.config +++ b/rebar.config @@ -4,7 +4,7 @@ %% %% SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later -{erl_opts, [debug_info]}. +{erl_opts, [debug_info, nowarn_sasl]}. {deps, []}. {escript_incl_apps, [atomvm_packbeam]}.