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

Add a rebar.config file with useful options.

This commit is contained in:
Loïc Hoguin 2011-03-21 23:36:51 +01:00
parent 1ebfa5eb1f
commit 3b6f3004a6

2
rebar.config Normal file
View file

@ -0,0 +1,2 @@
{dialyzer_opts, [src]}.
{erl_opts, [bin_opt_info, warnings_as_errors, warn_export_all]}.