While playing with compiler explorer, I noticed that nightly rust started to add frame pointers even in trivial leaf functions on thumb targets. https://rust.godbolt.org/z/e6jTP43nc I didn't find a way to disable that. Is that known? Does it cause problems on space-constrained targets?