From e5b18b1393f7b886199ca08f3b618f4eea9e361f Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Fri, 22 Apr 2011 13:46:45 +0200 Subject: [PATCH] Fix rebar deprecation warnings --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index ffba351..a27c153 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,6 @@ {port_sources, ["c_src/*.c"]}. {so_name, "skerl_nifs.so"}. -{erl_opts, [debug_info, fail_on_warning]}. +{erl_opts, [warnings_as_errors]}. {port_envs, [ %% Make sure to link -lstdc++ on linux or solaris {"(linux|solaris)", "LDFLAGS", "$LDFLAGS -lstdc++"},