[K/N] Enable debug info for runtime tests
This commit is contained in:
committed by
TeamCityServer
parent
d6112224b4
commit
54cdf732b4
+2
-2
@@ -160,9 +160,9 @@ open class LinkNativeTest @Inject constructor(
|
||||
listOf(),
|
||||
linkerArgs,
|
||||
optimize = false,
|
||||
debug = false,
|
||||
debug = true,
|
||||
kind = LinkerOutputKind.EXECUTABLE,
|
||||
outputDsymBundle = "",
|
||||
outputDsymBundle = outputFile.absolutePath + ".dSYM",
|
||||
needsProfileLibrary = false,
|
||||
mimallocEnabled = mimallocEnabled,
|
||||
sanitizer = sanitizer
|
||||
|
||||
Reference in New Issue
Block a user