[Scummvm-cvs-logs] SF.net SVN: scummvm:[55914] buildbot/config/master.cfg

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Mon Feb 21 10:19:16 CET 2011


Revision: 55914
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55914&view=rev
Author:   dhewg
Date:     2011-02-21 09:19:16 +0000 (Mon, 21 Feb 2011)

Log Message:
-----------
BUILDBOT: Don't strip PS2 symbols

Those are needed to link the plugins

Modified Paths:
--------------
    buildbot/config/master.cfg

Modified: buildbot/config/master.cfg
===================================================================
--- buildbot/config/master.cfg	2011-02-20 17:41:29 UTC (rev 55913)
+++ buildbot/config/master.cfg	2011-02-21 09:19:16 UTC (rev 55914)
@@ -344,7 +344,7 @@
 		"--disable-png",	# sword25 plugin isn't usable atm
 	],
 	"env": scumm_env_ps2,
-	"strip": "%s/tools/ee/bin/ee-strip scummvm.elf" % scumm_root_ps2,
+	"strip": "%s/tools/ee/bin/ee-strip --strip-debug scummvm.elf" % scumm_root_ps2,
 	"package": [
 		"scummvm.elf",
 		"plugins"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list