binary_to_whatever is not available on R15? fixed

This commit is contained in:
alisdair sullivan 2014-12-09 05:08:05 +00:00
parent b1320a2e67
commit 1033245da3
2 changed files with 12 additions and 1 deletions

View file

@ -1,2 +1,4 @@
% uncomment to disable encoding support for erlang maps
% {jsx_nomaps, true}.
% {jsx_nomaps, true}.
{erl_opts, [{platform_define, "R15", 'no_binary_to_whatever'}]}.