blob: c73382326caaab15ca31460117907b8b803dc69b [file] [log] [blame]
Веселов Андрей8ab38b62016-04-29 13:12:05 +03001Def0 = case not erlang:is_builtin(erlang, monotonic_time, 0) of
2 true -> [];
3 false -> [{d, time_correction}]
4 end,
5Defs = Def0,
6lists:keystore(erl_opts, 1, CONFIG,
7 {erl_opts, proplists:get_value(erl_opts, CONFIG, []) ++ Defs}).