Commit 0e3327f
[K/N] Use coreSymbolicationImageListType=all_loaded by default
With previous default `only_kotlin` symbolication takes significant time on simulators.
^KT-79075 Stuck on Kotlin_getSourceInfo_core_symbolication
Now the srouce info might be missing with older macOS versions due to KT-75992
But that, I guess, is once again the lesser evel.
This reverts commit 80518f5.
Merge-request: KT-MR-22826
Merged-by: Alexey Glushko <[email protected]>1 parent 21231f5 commit 0e3327f
File tree
2 files changed
+3
-5
lines changed- kotlin-native/backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan
- native/native.tests/testData/framework/stacktrace
2 files changed
+3
-5
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | 163 | | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 12 | + | |
| 13 | + | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| |||
0 commit comments