aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-05-13 16:10:02 +0100
committergingerBill <bill@gingerbill.org>2018-05-13 16:10:02 +0100
commitde9a4b516465201c8803ae2a2181c9532be65339 (patch)
treea842a40b832d1d07e0b267170b46b0a437ff5cf1 /src/main.cpp
parent319aca3101ca700f24e1fad5c45c3f512172fbc8 (diff)
Disable pointer arithmetic
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
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"