]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/main.c
set stack size to 8 MB explicitly, should fix light compile crash on OS X
[xonotic/netradiant.git] / tools / quake3 / q3map2 / main.c
index d0a916efa85f954ecef0af8c34ea9d4c805bd2ed..213a975bfde537da6eb0deaf287c526bba3d2e09 100644 (file)
@@ -1580,12 +1580,6 @@ int main( int argc, char **argv )
                }
        }
 
-#if MAC_STATIC_HACK
-       if(numthreads > 1)
-               Sys_Printf("MAC_STATIC_HACK does not allow using threads\n");
-       numthreads = 1;
-#endif
-       
        /* init model library */
        PicoInit();
        PicoSetMallocFunc( safe_malloc );