diff options
| author | gingerBill <bill@gingerbill.org> | 2018-05-13 16:10:02 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-05-13 16:10:02 +0100 |
| commit | de9a4b516465201c8803ae2a2181c9532be65339 (patch) | |
| tree | a842a40b832d1d07e0b267170b46b0a437ff5cf1 /src/main.cpp | |
| parent | 319aca3101ca700f24e1fad5c45c3f512172fbc8 (diff) | |
Disable pointer arithmetic
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 4c9b255c3..66d4571e0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ #define USE_THREADED_PARSER 1 // #define NO_ARRAY_BOUNDS_CHECK -// #define NO_POINTER_ARITHMETIC +#define NO_POINTER_ARITHMETIC #include "common.cpp" #include "timings.cpp" |