From 490948a0d52a3ad7b3f94525a982fc7012d06011 Mon Sep 17 00:00:00 2001
From: fujuntang <fujuntang@smartai.com>
Date: 星期二, 30 十一月 2021 08:35:51 +0800
Subject: [PATCH] Fix the topic parsing issue.
---
build.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build.sh b/build.sh
index 455436e..ea2dcde 100755
--- a/build.sh
+++ b/build.sh
@@ -2,7 +2,7 @@
BUILD_TYPE="Debug"
BUILD_DOC="OFF"
-BUILD_SHARED_LIBS="OFF"
+BUILD_SHARED_LIBS="ON"
function usage() {
echo "build.sh [release | debug | doc]"
--
Gitblit v1.8.0