This website requires JavaScript.
Explore
Help
Sign in
umgeher
/
cowboy
Watch
0
Fork
You've already forked cowboy
0
mirror of
https://github.com/ninenines/cowboy.git
synced
2025-07-14 20:30:23 +00:00
Code
Issues
Wiki
Activity
0c2e2224e3
cowboy
/
rebar.config
7 lines
94 B
Text
Raw
Normal View
History
Unescape
Escape
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.
2011-04-12 16:23:52 +02:00
{erl_opts, [
%% bin_opt_info,
Add the remaining missing specs Found thanks to warn_missing_spec and added with the help of typer. Eunit functions do not have specs yet however.
2011-06-27 23:36:17 +02:00
%% warn_missing_spec,
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.
2011-04-12 16:23:52 +02:00
warnings_as_errors,
warn_export_all
]}.
Reference in a new issue
Copy permalink