From c81335b3cc0ce22b1f6a6b0d786c5536b9ffb0ed Mon Sep 17 00:00:00 2001 From: Luis Rascao Date: Mon, 5 Sep 2016 22:43:57 +0100 Subject: Add recent OTP versions --- rebar.config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 618d8d7..c3cb40a 100644 --- a/rebar.config +++ b/rebar.config @@ -15,6 +15,8 @@ %% Compiler Options ============================================================ {erl_opts, [{platform_define, "^[0-9]+", namespaced_types}, + {platform_define, "^1[8|9]", rand_module}, + {platform_define, "^2", rand_module}, no_debug_info, warnings_as_errors, inline]}. -- cgit v1.2.3