[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(),
|
listOf(),
|
||||||
linkerArgs,
|
linkerArgs,
|
||||||
optimize = false,
|
optimize = false,
|
||||||
debug = false,
|
debug = true,
|
||||||
kind = LinkerOutputKind.EXECUTABLE,
|
kind = LinkerOutputKind.EXECUTABLE,
|
||||||
outputDsymBundle = "",
|
outputDsymBundle = outputFile.absolutePath + ".dSYM",
|
||||||
needsProfileLibrary = false,
|
needsProfileLibrary = false,
|
||||||
mimallocEnabled = mimallocEnabled,
|
mimallocEnabled = mimallocEnabled,
|
||||||
sanitizer = sanitizer
|
sanitizer = sanitizer
|
||||||
|
|||||||
Reference in New Issue
Block a user