diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index fe865abab..a07566c0e 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -66,6 +66,7 @@ add_library(${TARGET} STATIC ngram-cache.h ngram-cache.cpp chaton.hpp + groupkv.hpp ) if (BUILD_SHARED_LIBS) diff --git a/common/groupkv.hpp b/common/groupkv.hpp index 62fe6d3ee..1e5f4628c 100644 --- a/common/groupkv.hpp +++ b/common/groupkv.hpp @@ -20,7 +20,7 @@ #define GKV_DEBUG -#define GKV_TEST_PRG +//#define GKV_TEST_PRG #ifdef GKV_TEST_PRG #include #include