Browse Source

Add compile option no_native

pull/65/head
Louis-Philippe Gauthier 10 years ago
parent
commit
79f1dd1725
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/jiffy.erl

+ 2
- 0
src/jiffy.erl View File

@ -5,6 +5,8 @@
-export([decode/1, decode/2, encode/1, encode/2]). -export([decode/1, decode/2, encode/1, encode/2]).
-define(NOT_LOADED, not_loaded(?LINE)). -define(NOT_LOADED, not_loaded(?LINE)).
-compile([no_native]).
-on_load(init/0). -on_load(init/0).

Loading…
Cancel
Save