mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
we can't use strip now that we use a non-static pystub
This commit is contained in:
parent
f32d62cc09
commit
de92555eee
@ -1436,7 +1436,7 @@ def CompileLink(dll, obj, opts):
|
||||
oscmd('%s --strip-unneeded %s' % (GetStrip(), BracketNameWithQuotes(new_path)))
|
||||
|
||||
elif (GetOrigExt(dll)==".exe" and GetOptimizeOption(opts)==4 and "NOSTRIP" not in opts):
|
||||
oscmd(GetStrip() + " " + BracketNameWithQuotes(dll))
|
||||
oscmd(GetStrip() + " -x " + BracketNameWithQuotes(dll))
|
||||
|
||||
os.system("chmod +x " + BracketNameWithQuotes(dll))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user