From fca419632793346d0f3732ed927f6862ed6bf85a Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Mon, 6 Oct 2014 11:24:11 -0500 Subject: support only the 3 last major versions --- rebar.config | 3 --- 1 file changed, 3 deletions(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 396c546..ca9894b 100644 --- a/rebar.config +++ b/rebar.config @@ -25,7 +25,6 @@ %% Compiler Options ============================================================ {erl_opts, [{platform_define, "^[0-9]+", namespaced_types}, - {platform_define, "R14", no_callback_support}, debug_info, warnings_as_errors, inline]}. @@ -41,5 +40,3 @@ {compiler_options, [report, return, debug_info]}]}. {escript_incl_apps, [getopt, erlware_commons, erlydtl, providers]}. - -{first_files, [rlx_provider]}. -- cgit v1.2.3