Commit 202c0fc
authored
[build] Generate debug info for assembly. (flutter#183425)
This allows bloaty to attribute functions (but not variables) written in
assembly to their source file. Which in turn allows the binary_size
visualization to group, e.g., all the boringssl crypto kernels under
boringssl instead of them all appearing at the top level.1 parent 5ffb474 commit 202c0fc
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1103 | 1103 | | |
1104 | 1104 | | |
1105 | 1105 | | |
| 1106 | + | |
1106 | 1107 | | |
1107 | 1108 | | |
1108 | 1109 | | |
| |||
1115 | 1116 | | |
1116 | 1117 | | |
1117 | 1118 | | |
| 1119 | + | |
1118 | 1120 | | |
1119 | 1121 | | |
1120 | 1122 | | |
1121 | 1123 | | |
1122 | 1124 | | |
1123 | 1125 | | |
| 1126 | + | |
1124 | 1127 | | |
1125 | 1128 | | |
1126 | 1129 | | |
| |||
0 commit comments