From 81b25bbe41643be9ef2bbb7583e06dbd702f61c8 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Fri, 22 Jun 2018 16:34:17 -0600 Subject: only copy mode and time attributes when copying files --- rebar.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rebar.config') diff --git a/rebar.config b/rebar.config index 82d9f98..6e11828 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,6 @@ %% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*- %% Dependencies ================================================================ -{deps, [{erlware_commons, "1.0.5"}, +{deps, [{erlware_commons, "1.2.0"}, {providers, "1.7.0"}, {getopt, "1.0.1"}, {cf, "0.2.2"}, @@ -55,6 +55,7 @@ {platform_define, "^R1[4|5]", deprecated_crypto}, {platform_define, "^((1[8|9])|2)", rand_module}, {platform_define, "^2", unicode_str}, + {platform_define, "^(R|1|20)", fun_stacktrace}, no_debug_info, warnings_as_errors ]}, -- cgit v1.2.3