Don't copy debug files into package directory.
Debugging symbols should be present in the binaries by default now.
This commit is contained in:
parent
072747b741
commit
f69a8e66c6
|
@ -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 = {}
|
||||
|
|
Loading…
Reference in New Issue
Block a user