File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -205,11 +205,11 @@ class AOTSnapshotter {
205
205
.createSync (recursive: true );
206
206
}
207
207
208
- // Optimization arguments .
208
+ // Debugging information .
209
209
genSnapshotArgs.addAll (< String > [
210
- // Faster async/await
211
210
if (shouldSplitDebugInfo) ...< String > [
212
211
'--dwarf-stack-traces' ,
212
+ '--resolve-dwarf-paths' ,
213
213
'--save-debugging-info=${_fileSystem .path .join (splitDebugInfo !, debugFilename )}' ,
214
214
],
215
215
if (dartObfuscation)
Original file line number Diff line number Diff line change @@ -209,6 +209,7 @@ void main() {
209
209
'--snapshot_kind=app-aot-assembly' ,
210
210
'--assembly=$assembly ' ,
211
211
'--dwarf-stack-traces' ,
212
+ '--resolve-dwarf-paths' ,
212
213
'--save-debugging-info=$debugPath ' ,
213
214
'main.dill' ,
214
215
]),
@@ -444,6 +445,7 @@ void main() {
444
445
'--no-sim-use-hardfp' ,
445
446
'--no-use-integer-division' ,
446
447
'--dwarf-stack-traces' ,
448
+ '--resolve-dwarf-paths' ,
447
449
'--save-debugging-info=$debugPath ' ,
448
450
'main.dill' ,
449
451
]
You can’t perform that action at this time.
0 commit comments