From f69a8e66c6b318c300a95cd25645c2656ee63239 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Sat, 17 May 2014 14:57:57 -0500 Subject: [PATCH] Don't copy debug files into package directory. Debugging symbols should be present in the binaries by default now. --- support/PackageScript | 2 -- 1 file changed, 2 deletions(-) diff --git a/support/PackageScript b/support/PackageScript index 69d510fd..ed4b38c8 100644 --- a/support/PackageScript +++ b/support/PackageScript @@ -68,8 +68,6 @@ def split_all(path): def copy_binary(source, dest): builder.AddCopy(source.binary, dest) - if builder.options.debug == '1': - builder.AddCopy(source.debug, dest) # Create the distribution folder hierarchy. folder_map = {}