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/07/29 00:42:43 UTC

[18/54] jiffy commit: updated refs/heads/master to ef77de4

Add compile option no_native


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

Branch: refs/heads/master
Commit: 79f1dd17259b71e3af2263d602099d8b1be2eba1
Parents: 99867af
Author: Louis-Philippe Gauthier <lp...@gmail.com>
Authored: Tue Jul 15 20:43:33 2014 -0400
Committer: Louis-Philippe Gauthier <lp...@gmail.com>
Committed: Tue Jul 15 20:43:33 2014 -0400

----------------------------------------------------------------------
 src/jiffy.erl | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/79f1dd17/src/jiffy.erl
----------------------------------------------------------------------
diff --git a/src/jiffy.erl b/src/jiffy.erl
index 8903831..6f63982 100644
--- a/src/jiffy.erl
+++ b/src/jiffy.erl
@@ -5,6 +5,8 @@
 -export([decode/1, decode/2, encode/1, encode/2]).
 -define(NOT_LOADED, not_loaded(?LINE)).
 
+-compile([no_native]).
+
 -on_load(init/0).