summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-02-18 17:10:04 -0500
committerAllen Winter <allen.winter@kdab.com>2022-02-18 17:10:04 -0500
commit5e1cc0394ba4e18ab9d9f57599316bd1e8c53e26 (patch)
tree0522e41285cb60cc945c66da80b5fcd2e7099c61 /config.h.cmake
parent8f135b184a0a5395dccf484dd9555d3cb4e7e57c (diff)
downloadlibical-git-5e1cc0394ba4e18ab9d9f57599316bd1e8c53e26.tar.gz
buildsystem - entire project can be built with memory consistency
Introduce a new CMake option LIBICAL_DEVMODE_MEMORY_CONSISTENCY that allows all the project libraries to be built with the memory consistency functions.
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 834dd7b1..e8796974 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -554,4 +554,4 @@ typedef ssize_t IO_SSIZE_T;
#define ICALMEMORY_DEFAULT_MALLOC malloc
#define ICALMEMORY_DEFAULT_REALLOC realloc
-#define ICALMEMORY_DEFAULT_FREE free \ No newline at end of file
+#define ICALMEMORY_DEFAULT_FREE free