4 lines
No EOL
130 B
Erlang
4 lines
No EOL
130 B
Erlang
{erl_opts, [
|
|
{platform_define, "R14|R15", 'no_binary_to_whatever'},
|
|
{platform_define, "^((?!R1[456]).)*$", 'maps_support'}
|
|
]}. |