In my use case (writing a kernel), I need to disable the stack overflow check. It would be nice if I could write ``` json "stack-check": false ``` in my target file instead of manually passing `-C no-stack-check` to `rustc`.