diff --git a/lib/std/start.zig b/lib/std/start.zig index 6e15dad84..540505173 100644 --- a/lib/std/start.zig +++ b/lib/std/start.zig @@ -209,7 +209,7 @@ fn posixCallMainAndExit() noreturn { } // Initialize the TLS area - std.os.linux.tls.initStaticTLS(); + //std.os.linux.tls.initStaticTLS(); // TODO This is disabled because what should we do when linking libc and this code // does not execute? And also it's causing a test failure in stack traces in release modes.