mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -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)))
|
oscmd('%s --strip-unneeded %s' % (GetStrip(), BracketNameWithQuotes(new_path)))
|
||||||
|
|
||||||
elif (GetOptimizeOption(opts)==4 and GetTarget() == 'linux'):
|
elif (GetOptimizeOption(opts)==4 and GetTarget() == 'linux'):
|
||||||
#oscmd(GetStrip() + " --strip-unneeded " + BracketNameWithQuotes(dll))
|
oscmd(GetStrip() + " --strip-unneeded " + BracketNameWithQuotes(dll))
|
||||||
pass
|
|
||||||
|
|
||||||
os.system("chmod +x " + BracketNameWithQuotes(dll))
|
os.system("chmod +x " + BracketNameWithQuotes(dll))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user