summaryrefslogtreecommitdiff
path: root/devel/erlang-common_lib/files/patch-rebar.config
blob: b01de95653b1df21601436d8986f1f2fc3d7ca3d (plain) (blame)
1
2
3
4
5
6
7
--- rebar.config.orig	2012-01-11 12:00:24 UTC
+++ rebar.config
@@ -1,3 +1,3 @@
-{erl_opts, [warnings_as_errors, debug_info]}.
+{erl_opts, [debug_info]}.
 
 {xref_checks, [undefined_function_calls]}.