mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Revert accidental disabling of strip step on Linux in opt4 builds
This commit is contained in:
parent
3d2d1d9c23
commit
8a9e30afa8
@ -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))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user