knurling-rs / flip-link

Adds zero-cost stack overflow protection to your embedded programs
Apache License 2.0
270 stars 6 forks source link

Add support for @file args #96

Closed great-houk closed 1 month ago

great-houk commented 1 month ago

Fixes #95

I couldn't reproduce the original error I encountered, so I couldn't test if this works with rustc generated files, but based on the code for my initial fix, it should work. If someone can find a way to make rustc emit the at-file args so this can be properly tested, that would be great, but I'm very confident in it as it is.