ldc
ldc copied to clipboard
Support for "-fno-asynchronous-unwind-tables"
Is there support for the "-fno-asynchronous-unwind-tables" with another syntax, or is there another way to make the compiler not generate the ".eh_frame" section?
If not, I do make a feature suggestion.
Why do you want it? For potential size reduction? (it is indeed not possible at the moment)
For potential size reduction? (it is indeed not possible at the moment)
Precisely!