Set warnings as errors

This commit is contained in:
Juan Wajnerman
2013-11-05 21:42:57 -03:00
parent 6b7b86c3ee
commit f0e2cdbbb9
3 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
{erl_opts, [debug_info, warnings_as_errors]}.
{post_hooks, [
{compile, "make zones"}
]}.