[Spice-devel] [NSIS] Do not install .pdb debug files on the target system
Yedidyah Bar David
didi at redhat.com
Tue Jan 2 15:22:14 UTC 2018
Adding Lev and Christophe.
On Mon, Jan 1, 2018 at 10:15 AM, Yedidyah Bar David <didi at redhat.com> wrote:
> Usually they are not needed, and needlessly take quite a lot of space on
> the target system.
>
> Do publish them in the ISO, so that they are easily available if needed.
>
> Change-Id: I6dfa5f5e904ea63513f30f4418e58ad2654cf486
> Signed-off-by: Yedidyah Bar David <didi at redhat.com>
> ---
> win-guest-tools.nsis | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/win-guest-tools.nsis b/win-guest-tools.nsis
> index 19d45a3..1f7ace5 100644
> --- a/win-guest-tools.nsis
> +++ b/win-guest-tools.nsis
> @@ -125,7 +125,7 @@ Section "install"
> File "bin/vdagent_x64/vdservice.exe"
>
> SetOutPath "$INSTDIR\drivers"
> - File /r drivers/virtio/
> + File /r /x *.pdb drivers/virtio/
>
> Push "vioserial"
> Push "vioser"
> --
> 1.8.3.1
>
>
--
Didi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20180102/de11191d/attachment.html>
More information about the Spice-devel
mailing list