diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index d3124528c..7f24a7d4d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,7 +1,8 @@ #define ALLOW_ARRAY_PROGRAMMING - +// #define DISABLE_PROCEDURE_OVERLOADING // #define NO_ARRAY_BOUNDS_CHECK + #include "common.cpp" #include "timings.cpp" #include "build_settings.cpp" |