Browse Source

Merge branch 'release/1.9.x'

rdb 10 years ago
parent
commit
8bafb891a5
1 changed files with 1 additions and 2 deletions
  1. 1 2
      makepanda/makepanda.py

+ 1 - 2
makepanda/makepanda.py

@@ -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))