Unverified Commit 00338576 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

nix: enable separateDebugInfo (on non-static builds) (#433603)

parents 7e108dfb 2abdb7f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -230,7 +230,7 @@ stdenv.mkDerivation (finalAttrs: {
      export MANPATH=$man/share/man:$MANPATH
    '';

  separateDebugInfo = stdenv.hostPlatform.isLinux && enableStatic;
  separateDebugInfo = stdenv.hostPlatform.isLinux && !enableStatic;

  passthru = {
    inherit aws-sdk-cpp boehmgc;