jsx/rebar.config

4 lines
130 B
Text
Raw Normal View History

{erl_opts, [
2014-12-09 14:41:30 -08:00
{platform_define, "R14|R15", 'no_binary_to_whatever'},
{platform_define, "^((?!R1[456]).)*$", 'maps_support'}
]}.