On Wednesday, 12 February 2014 at 01:07:04 UTC, Mike wrote: > I'm in favor of adding compiler switches like -fno-rtti, > -fno-moduleinfo, -fno-exceptions etc..., One other switch which would be useful would be -fsingle-threaded. This would mean TLS variables could be treated as __gshared automatically. Mike