aboutsummaryrefslogtreecommitdiff
path: root/i2ctcp/include.cmake
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-05-30 17:48:27 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-05-30 17:48:27 +0200
commit47bbee8b8a5d7eae452b76f58f30d6a70d265ebe (patch)
treecbcf00e1a947c9a168cd4bf245f6d93a688f271c /i2ctcp/include.cmake
parentb231e9d808f40aef0895787ea09624787b10addd (diff)
fix wild bug
Diffstat (limited to 'i2ctcp/include.cmake')
-rw-r--r--i2ctcp/include.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/i2ctcp/include.cmake b/i2ctcp/include.cmake
index d755b57..b61b2a4 100644
--- a/i2ctcp/include.cmake
+++ b/i2ctcp/include.cmake
@@ -14,3 +14,6 @@ add_library(mpack STATIC
${CMAKE_CURRENT_LIST_DIR}/lib/mpack/src/mpack/mpack-writer.c
)
+# causes some wild crashes, please leave off
+add_compile_definitions(MPACK_READ_TRACKING=0)
+