From aab91c044b5eeabc38556c2810e9861c297fbcb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 12 Apr 2011 16:23:52 +0200 Subject: Don't enable binary optimization warnings by default. It's problematic: both doing it right and doing it wrong trigger a warning and we treat warnings as errors. --- rebar.config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 665255c..f75bfd4 100644 --- a/rebar.config +++ b/rebar.config @@ -5,4 +5,8 @@ unmatched_returns %% underspecs ]}]}. -{erl_opts, [bin_opt_info, warnings_as_errors, warn_export_all]}. +{erl_opts, [ +%% bin_opt_info, + warnings_as_errors, + warn_export_all +]}. -- cgit v1.2.3