extend binary_to_whatever to R14 even though it's not really supported

anymore
This commit is contained in:
alisdair sullivan 2014-12-09 05:16:26 +00:00
parent 1033245da3
commit 371b49a9e3

View file

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