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
@@ -40,5 +40,6 @@ binary.AddSourceFiles('sourcepawn/jit', [
'../../knight/shared/KeCodeAllocator.cpp'
])
SM.AutoVersion('sourcepawn/jit', binary)
SM.ExtractDebugInfo(extension, binary)
binary.SendToJob()