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 <[email protected]> Authored: Tue Jul 15 20:43:33 2014 -0400 Committer: Louis-Philippe Gauthier <[email protected]> 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).
