Commit c81c8af1 authored by Asherah Connor's avatar Asherah Connor
Browse files

buildRebar3: remove enableDebugInfo attr

debugInfoFlag is no longer referenced by anything, as of
aef59d88.
parent 0efb1f72
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -21,13 +21,10 @@
  buildPhase ? null,
  configurePhase ? null,
  meta ? { },
  enableDebugInfo ? false,
  ...
}@attrs:

let
  debugInfoFlag = lib.optionalString (enableDebugInfo || erlang.debugInfo) "debug-info";

  rebar3 = rebar3WithPlugins {
    plugins = buildPlugins;
  };