diff options
Diffstat (limited to 'includes/RtsConfig.h')
-rw-r--r-- | includes/RtsConfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/RtsConfig.h b/includes/RtsConfig.h index c40924a5e7..828b9e72d3 100644 --- a/includes/RtsConfig.h +++ b/includes/RtsConfig.h @@ -77,4 +77,8 @@ #define RTS_USER_SIGNALS 1 #endif +/* Profile spin locks */ + +#define PROF_SPIN + #endif /* RTSCONFIG_H */ |