From bb01b7733cef4e76c0020cc034ed79649b5c3eac Mon Sep 17 00:00:00 2001 From: janwas Date: Tue, 3 May 2005 16:12:04 +0000 Subject: [PATCH] disable self test for now, since Wijit's dual CPU box is having problems (bug #59) This was SVN commit r2227. --- source/lib/lockfree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/lockfree.cpp b/source/lib/lockfree.cpp index cce3a88f17..3ce99c0305 100644 --- a/source/lib/lockfree.cpp +++ b/source/lib/lockfree.cpp @@ -27,7 +27,7 @@ #include "timer.h" #ifndef PERFORM_SELF_TEST -#define PERFORM_SELF_TEST 1 +#define PERFORM_SELF_TEST 0 #endif