aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2018-05-20 16:00:39 +0100
committergingerBill <bill@gingerbill.org>2018-05-20 16:00:39 +0100
commit7e4c6434012fbe4e8d76f9fb852a0f136c7bc795 (patch)
treedb162d103a6662da2239822c688aceb7f8e883e7 /src/main.cpp
parente920338f211f37b202fc854a50ad088ea33cba30 (diff)
Disable default struct field values; Update README.md
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 a3fc783a7..d528de0b9 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1,6 +1,6 @@
// #define NO_ARRAY_BOUNDS_CHECK
#define NO_POINTER_ARITHMETIC
-// #define NO_DEFAULT_STRUCT_VALUES
+#define NO_DEFAULT_STRUCT_VALUES
#include "common.cpp"
#include "timings.cpp"