diff --git a/rebar.config b/rebar.config index 75128e71a..ee7ed7a73 100644 --- a/rebar.config +++ b/rebar.config @@ -4,8 +4,7 @@ {sub_dirs, ["rel"]}. -{erl_opts, [{src_dirs, ["src", "examples/src"]}, - warnings_as_errors]}. +{erl_opts, [{src_dirs, ["src", "examples/src"]}]}. {port_env, [{"CFLAGS", "$CFLAGS -g -O3 -Wall"}, {"x86_64", "CFLAGS", "$CFLAGS -m$ERLANG_ARCH"},