Commit 8b74c09
committed
utils: build static runtime with static dispatch and closure
Although we would like these to be dynamic, we currently cannot build
them properly due to limitations of the build system. Adjust the build
to pass in additional flags to properly build the runtimes for that
environment as a temporary measure.1 parent c33ce3f commit 8b74c09
File tree
2 files changed
+12
-3
lines changed- stdlib/public/Concurrency
- utils
2 files changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
106 | 109 | | |
107 | 110 | | |
108 | 111 | | |
| 112 | + | |
109 | 113 | | |
110 | 114 | | |
111 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2356 | 2356 | | |
2357 | 2357 | | |
2358 | 2358 | | |
| 2359 | + | |
| 2360 | + | |
2359 | 2361 | | |
2360 | 2362 | | |
2361 | 2363 | | |
2362 | 2364 | | |
2363 | 2365 | | |
2364 | | - | |
2365 | | - | |
| 2366 | + | |
| 2367 | + | |
| 2368 | + | |
| 2369 | + | |
2366 | 2370 | | |
2367 | 2371 | | |
2368 | 2372 | | |
| |||
2758 | 2762 | | |
2759 | 2763 | | |
2760 | 2764 | | |
2761 | | - | |
| 2765 | + | |
| 2766 | + | |
2762 | 2767 | | |
2763 | 2768 | | |
2764 | 2769 | | |
| |||
0 commit comments