0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

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.
This commit is contained in:
Loïc Hoguin 2011-04-12 16:23:52 +02:00
parent 73b120b68e
commit aab91c044b

View file

@ -5,4 +5,8 @@
unmatched_returns unmatched_returns
%% underspecs %% underspecs
]}]}. ]}]}.
{erl_opts, [bin_opt_info, warnings_as_errors, warn_export_all]}. {erl_opts, [
%% bin_opt_info,
warnings_as_errors,
warn_export_all
]}.