[stage][link][mac] returns dsymutil execution under debug umbrella
This commit is contained in:
committed by
Vasily Levchenko
parent
deaf52c77e
commit
807fae110f
+2
-1
@@ -139,7 +139,8 @@ internal open class MacOSBasedPlatform(distribution: Distribution)
|
||||
return object : Command(linker){
|
||||
override fun execute() {
|
||||
super.execute()
|
||||
runTool(*dsymutilCommand(executable).toTypedArray())
|
||||
if (debug)
|
||||
runTool(*dsymutilCommand(executable).toTypedArray())
|
||||
}
|
||||
}.apply {
|
||||
+ "-demangle"
|
||||
|
||||
Reference in New Issue
Block a user