You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/09/28 16:49:45 UTC

[16/39] couchdb commit: updated refs/heads/developer-preview-2.0 to 3ac3db6

enable binary optimization warnings


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

Branch: refs/heads/developer-preview-2.0
Commit: cbff75a519dec72cb643728045652900d4bf5e9c
Parents: 7035b2c
Author: Robert Newson <rn...@apache.org>
Authored: Tue Aug 25 13:30:40 2015 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Tue Aug 25 13:30:56 2015 +0100

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


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