Skip to content

Commit

Permalink
Support OTP release 18.x long_schedules
Browse files Browse the repository at this point in the history
OTP Release 18 supports long GC schedules, like releases 16 and 17. Add
the needed configuration to rebar.config to tell the toolchain that it can
set the correct define-macro.
  • Loading branch information
jlouis committed Jul 10, 2015
1 parent 26a58bc commit 2075d37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rebar.config
@@ -1,8 +1,9 @@
{erl_opts, [debug_info,
fail_on_warning,
{platform_define, "^[0-9]+", namespaced_types},
{platform_define, "R16B01|R16B02|17", long_schedule},
{platform_define, "R16B01|R16B02|R16B03|R16B03-117|18", long_schedule},
{parse_transform, lager_transform}]}.

{eunit_opts, [verbose]}.
{deps, [
{cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {tag, "2.0.1"}}}
Expand Down

0 comments on commit 2075d37

Please sign in to comment.