Skip to content

Commit

Permalink
Merge pull request #7 from lpgauth/no-native
Browse files Browse the repository at this point in the history
Add no_native flag to not crash the HiPE compiler
  • Loading branch information
szktty authored Apr 22, 2017
2 parents 143f8bc + c447e93 commit ff31f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lz4.erl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
-export([compress/1, compress/2, uncompress/2,
pack/1, pack/2, unpack/1]).

-compile(no_native).
-on_load(init/0).

-type option() :: high.
Expand Down

0 comments on commit ff31f16

Please sign in to comment.