aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index cdfad6c..c6242c2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -37,7 +37,9 @@
37#define CONTROL_METHODS CONTROL_CONTROLLER,CONTROL_MOUSE,CONTROL_KEYBOARD 37#define CONTROL_METHODS CONTROL_CONTROLLER,CONTROL_MOUSE,CONTROL_KEYBOARD
38#endif 38#endif
39 39
40#define PROF_ENABLE 2 40#ifndef PROF_ENABLE
41#define PROF_ENABLE 0
42#endif
41 43
42#if PROF_ENABLE > 0 && PROF_ENABLE < 3 44#if PROF_ENABLE > 0 && PROF_ENABLE < 3
43 45