On 2014-09-01 19:23, Dan Olson wrote: > When I try -dead_strip with DMD, I get runtime SEGV with simple writeln > hello world :-( It will probably clean out TLS, module info and similar data which is not reachable from the main function. -- /Jacob Carlborg