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:
Artemis Tosini 2019-10-20 05:51:45 +00:00
parent 5b1f864242
commit 0a8ac3b6be
No known key found for this signature in database
GPG Key ID: EE5227935FE3FF18

View File

@ -75,6 +75,8 @@ stdenv.mkDerivation rec {
./patches/3.0-darwin-x11.patch
];
separateDebugInfo = stdenv.isLinux;
mesonFlags = [
"-Dtests=false"
];