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/10/28 21:55:32 UTC

[5/6] bear commit: updated refs/heads/upstream to 1c7f37c

Don't compile with native flag


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

Branch: refs/heads/upstream
Commit: b8b7ae412a020ec8df9f7db0e160add3eb4e78f1
Parents: 0717c73
Author: Alexander Shorin <kx...@gmail.com>
Authored: Fri Jul 24 03:03:48 2015 +0300
Committer: Alexander Shorin <kx...@apache.org>
Committed: Wed Oct 28 20:58:38 2015 +0300

----------------------------------------------------------------------
 src/bear.erl | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-bear/blob/b8b7ae41/src/bear.erl
----------------------------------------------------------------------
diff --git a/src/bear.erl b/src/bear.erl
index b7ae3af..4bf0f17 100644
--- a/src/bear.erl
+++ b/src/bear.erl
@@ -39,7 +39,6 @@
 -record(scan_result, {n=0, sumX=0, sumXX=0, sumInv=0, sumLog, max, min}).
 -record(scan_result2, {x2=0, x3=0, x4=0}).
 
--compile([native]).
 
 get_statistics([_,_,_,_,_|_] = Values) ->
     Scan_res = scan_values(Values),