Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.2k
Commita5e628b
authored
To avoid having the debug sections being optimised away by the compilerwe use __attribute__((used)) on gcc and clang but in Windows this isnot supported by the Microsoft compiler and there is no equivalent flag.Unfortunately Windows offers almost no alternative other than exportingthe symbol in the dynamic table or using it somehow.
1 parenta1f4a6b commita5e628b
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
185 | 185 |
| |
186 | 186 |
| |
187 | 187 |
| |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
188 | 192 |
| |
189 | 193 |
| |
190 | 194 |
| |
| |||
4320 | 4324 |
| |
4321 | 4325 |
| |
4322 | 4326 |
| |
| 4327 | + | |
| 4328 | + | |
4323 | 4329 |
| |
4324 | 4330 |
| |
4325 | 4331 |
| |
|
0 commit comments
Comments
(0)