postgresql: use separateDebugInfo correctly
This commit is contained in:
parent
b433c79505
commit
ef08d4cf0b
@ -41,6 +41,8 @@ let
|
|||||||
|
|
||||||
enableParallelBuilding = !stdenv.isDarwin;
|
enableParallelBuilding = !stdenv.isDarwin;
|
||||||
|
|
||||||
|
separateDebugInfo = true;
|
||||||
|
|
||||||
buildFlags = [ "world" ];
|
buildFlags = [ "world" ];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-I${libxml2.dev}/include/libxml2";
|
NIX_CFLAGS_COMPILE = "-I${libxml2.dev}/include/libxml2";
|
||||||
@ -163,7 +165,6 @@ let
|
|||||||
];
|
];
|
||||||
buildInputs = [ makeWrapper ];
|
buildInputs = [ makeWrapper ];
|
||||||
|
|
||||||
separateDebugInfo = true;
|
|
||||||
|
|
||||||
# We include /bin to ensure the $out/bin directory is created, which is
|
# We include /bin to ensure the $out/bin directory is created, which is
|
||||||
# needed because we'll be removing the files from that directory in postBuild
|
# needed because we'll be removing the files from that directory in postBuild
|
||||||
|
Loading…
x
Reference in New Issue
Block a user