From d76bd711931b559cd8e3a7f39d7c31f85a7ad627 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Sun, 11 Aug 2019 22:05:55 +0300 Subject: [PATCH] CPU_TESTER=0 --- gencpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gencpu.cpp b/gencpu.cpp index aab77482..6c66f085 100644 --- a/gencpu.cpp +++ b/gencpu.cpp @@ -18,7 +18,7 @@ * Copyright 1995, 1996, 1997, 1998, 1999, 2000 Bernd Schmidt */ -#define CPU_TESTER 1 +#define CPU_TESTER 0 #include "sysconfig.h" #include "sysdeps.h" -- 2.47.3