Revert accidental disabling of strip step on Linux in opt4 builds

This commit is contained in:
rdb 2015-04-06 15:05:47 +02:00
parent 3d2d1d9c23
commit 8a9e30afa8

View File

@ -1652,8 +1652,7 @@ def CompileLink(dll, obj, opts):
oscmd('%s --strip-unneeded %s' % (GetStrip(), BracketNameWithQuotes(new_path)))
elif (GetOptimizeOption(opts)==4 and GetTarget() == 'linux'):
#oscmd(GetStrip() + " --strip-unneeded " + BracketNameWithQuotes(dll))
pass
oscmd(GetStrip() + " --strip-unneeded " + BracketNameWithQuotes(dll))
os.system("chmod +x " + BracketNameWithQuotes(dll))