> Ok, so it sounds like you want a way to "enable the default eh model", and > I want the ability to pick for "power users". How about something like: > > <nothing> -> eh disabled (aka -fno-exceptions in gcc) > -enable-eh -> target default > -enable-eh=default -> target default > -enable-eh=sjlj > -enable-eh=dwarf > > ? Sounds good to me. D.