Commit 8be6cbd
committed
Work around SIL optimizer bug
Building for release mode is triggering a SIL verifier failure related to memory management (the return value gets initialized twice). Force the affected function to be optimized for size rather than speed, which avoids the problem.1 parent 23e5a32 commit 8be6cbd
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
0 commit comments