dmd icon indicating copy to clipboard operation
dmd copied to clipboard

prefer __gshared to static, as dmd is not multithreaded

Open WalterBright opened this issue 6 months ago • 0 comments

Caused these errors when building on x86:

src\dmd\link.d(1062): `vsopt` is thread local
src\dmd\link.d(1063): `includePaths` is thread local
src\dmd\timetrace.d(26): `timeTraceProfiler` is thread local

WalterBright avatar Apr 19 '25 03:04 WalterBright