gtk3: Enable separated debug info on Linux
When debugging gtk3 errors or errors in applications that use gtk, it can be useful to have full debuginfo. This adds debug information in a separate output so it will not bloat normal systems.
This commit is contained in:
parent
5b1f864242
commit
0a8ac3b6be
@ -75,6 +75,8 @@ stdenv.mkDerivation rec {
|
|||||||
./patches/3.0-darwin-x11.patch
|
./patches/3.0-darwin-x11.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
separateDebugInfo = stdenv.isLinux;
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
"-Dtests=false"
|
"-Dtests=false"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user