diff --git a/CMakeLists.txt b/CMakeLists.txt index 591f895..3a39871 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ set(ENCODEC_LIB encodec) add_subdirectory(ggml) -add_library(${ENCODEC_LIB} encodec.cpp encodec.h) +add_library(${ENCODEC_LIB} STATIC encodec.cpp encodec.h) if (ENCODEC_BUILD_EXAMPLES) add_subdirectory(examples) diff --git a/ggml b/ggml index d5b778d..aa00e16 160000 --- a/ggml +++ b/ggml @@ -1 +1 @@ -Subproject commit d5b778d1bd86d40ce8a81fcbc8b132196ad1befe +Subproject commit aa00e1676417d8007dbaa47d2ee1a6e06c60d546