Commit 9224e2d
committed
build: enable IsolatedDeinit feature for release builds
AppState's `isolated deinit` (SE-0371) compiles in debug but is rejected by
`swift build -c release` on the same toolchain (Swift 6.2.4). Pass the
`-enable-experimental-feature IsolatedDeinit` frontend flag so release/DMG
builds succeed.1 parent a3c6bdd commit 9224e2d
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
| |||
0 commit comments