6 lines
No EOL
240 B
Text
6 lines
No EOL
240 B
Text
application:start(compiler),
|
|
case {erlang:system_info(version), application:get_key(compiler, vsn)} of
|
|
{X, {ok, Y}} when X >= "6.0" andalso Y >= "5.0" ->
|
|
CONFIG ++ [{erl_opts, [{d, release_supports_maps}]}];
|
|
_ -> CONFIG
|
|
end. |