Don't copy debug files into package directory.

Debugging symbols should be present in the binaries by default now.
This commit is contained in:
Scott Ehlert 2014-05-17 14:57:57 -05:00
parent 072747b741
commit f69a8e66c6

View File

@ -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 = {}