iwd: enable debug info
This commit is contained in:
parent
27e30d177e
commit
d5b9c8610b
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
outputs = [ "out" "man" "doc" ]
|
||||
++ lib.optional (stdenv.hostPlatform == stdenv.buildPlatform) "test";
|
||||
separateDebugInfo = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
autoreconfHook
|
||||
|
Loading…
Reference in New Issue
Block a user