You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2015/09/23 18:21:07 UTC

couchdb commit: updated refs/heads/master to a3bdfc6

Repository: couchdb
Updated Branches:
  refs/heads/master 80f0780f3 -> a3bdfc62a


disable bin_opt_info


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/a3bdfc62
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/a3bdfc62
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/a3bdfc62

Branch: refs/heads/master
Commit: a3bdfc62a5c11eafdab17207c81c0db8ec2c1106
Parents: 80f0780
Author: Robert Newson <rn...@apache.org>
Authored: Wed Sep 23 13:19:59 2015 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Wed Sep 23 17:20:53 2015 +0100

----------------------------------------------------------------------
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/a3bdfc62/rebar.config.script
----------------------------------------------------------------------
diff --git a/rebar.config.script b/rebar.config.script
index 73e5a1c..2b1219c 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -75,7 +75,7 @@ AddConfig = [
     {deps, lists:map(MakeDep, DepDescs)},
     {sub_dirs, ["rel"]},
     {lib_dirs, ["src/"]},
-    {erl_opts, [debug_info, bin_opt_info]},
+    {erl_opts, [debug_info]},
     {eunit_opts, [verbose]},
     {plugins, [eunit_plugin]},
     {post_hooks, [{compile, "escript support/build_js.escript"}]}