Browse Source

put NO_MUTEX back in

David Rose 17 years ago
parent
commit
323d4a0a19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/LocalSetup.pp

+ 1 - 1
dtool/LocalSetup.pp

@@ -299,7 +299,7 @@ $[cdefine HAVE_THREADS]
 
 /* Define if we want to use fast, user-space simulated threads.  */
 $[cdefine SIMPLE_THREADS]
-// Taking this out for now: $[cdefine SIMPLE_THREADS_NO_MUTEX]
+$[cdefine SIMPLE_THREADS_NO_MUTEX]
 
 /* Define to enable deadlock detection, mutex recursion checks, etc. */
 $[cdefine DEBUG_THREADS]