aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2014-10-06 11:24:11 -0500
committerTristan Sloughter <[email protected]>2014-10-11 11:13:05 -0500
commitfca419632793346d0f3732ed927f6862ed6bf85a (patch)
tree9666613511a3d020e058c07d7d51e6214c2036d8 /rebar.config
parent12514d2314ed52ba6d26dba7846f51e943057a2f (diff)
downloadrelx-fca419632793346d0f3732ed927f6862ed6bf85a.tar.gz
relx-fca419632793346d0f3732ed927f6862ed6bf85a.tar.bz2
relx-fca419632793346d0f3732ed927f6862ed6bf85a.zip
support only the 3 last major versions
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config3
1 files changed, 0 insertions, 3 deletions
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]}.