logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

base64url-1.0-update_for_rebar3.patch (536B)


  1. From 1f2510c7407a63136348a136082b8699bab13209 Mon Sep 17 00:00:00 2001
  2. From: Vladimir Dronnikov <dronnikov@gmail.com>
  3. Date: Thu, 30 May 2019 09:10:25 +0300
  4. Subject: [PATCH] update for rebar3
  5. ---
  6. rebar.config | 4 ----
  7. 1 file changed, 4 deletions(-)
  8. diff --git a/rebar.config b/rebar.config
  9. index b3028a1..fed22ef 100644
  10. --- a/rebar.config
  11. +++ b/rebar.config
  12. @@ -1,5 +1,3 @@
  13. -{lib_dirs, ["deps"]}.
  14. -
  15. {erl_opts, [
  16. debug_info,
  17. warn_format,
  18. @@ -7,5 +5,3 @@
  19. warn_obsolete_guard,
  20. warn_bif_clash
  21. ]}.
  22. -
  23. -{cover_enabled, true}.