From 6131c5e5cc1e83fdbfbc8fc4ce419765ba3d180a Mon Sep 17 00:00:00 2001 From: Determinant Date: Tue, 31 Jul 2018 13:24:14 -0400 Subject: add cmake options --- src/config.h.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index ce1e575..eb92a20 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -1,7 +1,10 @@ #ifndef _HOTSTUFF_CONFIG_H #define _HOTSTUFF_CONFIG_H -#cmakedefine HOTSTUFF_ENABLE_DEBUG_LOG -#cmakedefine HOTSTUFF_ENABLE_NORMAL_LOG +#cmakedefine HOTSTUFF_DEBUG_LOG +#cmakedefine HOTSTUFF_NORMAL_LOG +#cmakedefine HOTSTUFF_PROTO_LOG +#cmakedefine HOTSTUFF_MSG_STAT +#cmakedefine HOTSTUFF_BLK_PROFILE #endif -- cgit v1.2.3