[stage][link][debug] always produce code with debug info.
This commit is contained in:
committed by
vvlevchenko
parent
b1db2fa182
commit
7ef5cbb52a
+3
-3
@@ -344,9 +344,9 @@ task crossDistRuntime(type: Copy) {
|
||||
|
||||
targetList.each { target ->
|
||||
task("${target}CrossDistRuntime", type: Copy) {
|
||||
dependsOn ":runtime:${target}Runtime"
|
||||
dependsOn ":backend.native:${target}Stdlib"
|
||||
dependsOn ":backend.native:${target}Start"
|
||||
dependsOn ":runtime:${target}Runtime"
|
||||
dependsOn ":backend.native:${target}Stdlib"
|
||||
dependsOn ":backend.native:${target}Start"
|
||||
|
||||
destinationDir file('dist')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user