[nsis 2/2] build: Don't add .pdb debug files to the installer

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The .pdb files contain the debug information for the drivers. They
increase significantly the size of the installer, so it's better not to
ship them.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index df8f7bc..841f01a 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,7 @@ common-files: $(VIRTIOWINDRIVERS)
 	$(RSYNC_AH) "$(VDA32BIN)"/vdservice.exe bin/vdagent_x86/
 	$(RSYNC_AH) "$(VDA64BIN)"/vdagent.exe bin/vdagent_x64/
 	$(RSYNC_AH) "$(VDA64BIN)"/vdservice.exe bin/vdagent_x64/
-	$(RSYNC_AH) "$(VIRTIOWINDRIVERS)"/* drivers/virtio/
+	$(RSYNC_AH) "$(VIRTIOWINDRIVERS)"/* --exclude "*.pdb" drivers/virtio/
 
 # TODO: Drop this once the drivers are shipped as normal files. See comment above.
 $(VIRTIOWINDRIVERS):
-- 
2.14.3

_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]