Disable native compilation of hyper_binary as it crashes when reloading.
diff --git a/src/hyper_binary.erl b/src/hyper_binary.erl
index 41caa63..f6727ea 100644
--- a/src/hyper_binary.erl
+++ b/src/hyper_binary.erl
@@ -7,7 +7,7 @@
 -module(hyper_binary).
 -include_lib("eunit/include/eunit.hrl").
 -behaviour(hyper_register).
--compile(native).
+%%-compile(native).
 
 -export([new/1,
          set/3,