From e8e2f3727a29f308fcc3b5b6857123fbb4bb1f99 Mon Sep 17 00:00:00 2001 From: asvitkine <> Date: Fri, 20 Jun 2008 00:50:33 +0000 Subject: [PATCH] Don't profile by default - as this is no use to non-developers. --- SheepShaver/src/Unix/sysdeps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SheepShaver/src/Unix/sysdeps.h b/SheepShaver/src/Unix/sysdeps.h index 25f034a5..39e89e32 100644 --- a/SheepShaver/src/Unix/sysdeps.h +++ b/SheepShaver/src/Unix/sysdeps.h @@ -108,7 +108,7 @@ #define PPC_DECODE_CACHE 1 #define PPC_FLIGHT_RECORDER 1 #define PPC_PROFILE_COMPILE_TIME 0 -#define PPC_PROFILE_GENERIC_CALLS 1 +#define PPC_PROFILE_GENERIC_CALLS 0 #define PPC_PROFILE_REGS_USE 0 #define KPX_MAX_CPUS 1 #if ENABLE_DYNGEN