[project @ 2004-09-22 16:37:23 by sof]
[ghc-hetmet.git] / ghc / rts / RtsStartup.c
index d605328..04bad6d 100644 (file)
@@ -193,8 +193,10 @@ hs_init(int *argc, char **argv[])
     /* initialise the stable pointer table */
     initStablePtrTable();
 
+#if defined(DEBUG)
     /* initialise thread label table (tso->char*) */
     initThreadLabelTable();
+#endif
 
 #if defined(PROFILING) || defined(DEBUG)
     initProfiling1();