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

This commit is contained in:
Asher Baker
2013-03-17 21:00:28 +00:00
parent 4e7a9cf30b
commit 0f62a8ec2f
20 changed files with 52 additions and 3 deletions
+1
View File
@@ -17,5 +17,6 @@ binary.AddSourceFiles('loader', [
'loader.cpp'
])
SM.AutoVersion('loader', binary)
SM.ExtractDebugInfo(loader, binary)
binary.SendToJob()