mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 16:23:26 +00:00
Merge #219427: qt5: make overrriding with separate debug info useful
...into staging
This commit is contained in:
commit
a53bfc01dc
@ -22,6 +22,9 @@ qmakePrePhase() {
|
||||
qmakeFlags+=( "CONFIG+=release" )
|
||||
fi
|
||||
|
||||
# do the stripping ourselves (needed for separateDebugInfo)
|
||||
qmakeFlags+=( "CONFIG+=nostrip" )
|
||||
|
||||
qmakeFlags+=( "${qmakeFlags_orig[@]}" )
|
||||
}
|
||||
prePhases+=" qmakePrePhase"
|
||||
|
@ -216,7 +216,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"-shared"
|
||||
"-accessibility"
|
||||
"-optimized-qmake"
|
||||
"-strip"
|
||||
# for separateDebugInfo
|
||||
"-no-strip"
|
||||
"-system-proxies"
|
||||
"-pkg-config"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user