Commit 750c534
authored
Increase stack size on Linux builds (#18)
2M stack size, as swift-linux-musl provides a default thread stack size of only 128k.
This prevents segmentation faults for larger Swift projects being scanned.
Can be seen, e.g., with swiftastgen being run on https://github.com/migueldeicaza/SwiftGodot1 parent 03e33f6 commit 750c534
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
| |||
0 commit comments