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 d3d5cd8181
commit a4790f0358
20 changed files with 53 additions and 4 deletions
+1
View File
@@ -67,5 +67,6 @@ elif AMBuild.target['platform'] == 'darwin' and isinstance(binary, Cpp.LibraryBu
binary.compiler['POSTLINKFLAGS'].extend(['-compatibility_version', '1.0.0'])
binary.compiler['POSTLINKFLAGS'].extend(['-current_version', AMBuild.cache['version']])
SM.ExtractDebugInfo(extension, binary)
binary.SendToJob()
+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()