Generate debugging information during compilation. (bug 5227, r=ds)

This commit is contained in:
Asher Baker
2012-02-16 19:26:49 +00:00
parent 02981cec57
commit 393c54fdc2
18 changed files with 33 additions and 21 deletions
+1 -1
View File
@@ -75,4 +75,4 @@ for i in SM.sdkInfo:
SM.PostSetupHL2Job(extension, binary, i)
SM.AutoVersion('core', binary)
binary.SendToJob()
SM.StripBinary(extension, binary)
+1
View File
@@ -56,4 +56,5 @@ else:
binary.AddSourceFiles('core/logic', files)
SM.AutoVersion('core/logic', binary)
binary.SendToJob()
SM.StripBinary(extension, binary)