The Playdate has a small stack. Is it feasible to bake flip link into crank for "stack overflow protection"?
https://github.com/knurling-rs/flip-link
The main problem appears to be "if you [are] using GNU ld or GNU gcc to link your program then [using the flip-link linker] won't work." crank appears to use gcc for linking.
The Playdate has a small stack. Is it feasible to bake flip link into
crankfor "stack overflow protection"?https://github.com/knurling-rs/flip-link
The main problem appears to be "if you [are] using GNU
ldor GNUgccto link your program then [using the flip-link linker] won't work."crankappears to usegccfor linking.