From 8707a0a880d010ba7e24b521c31e11a68365af41 Mon Sep 17 00:00:00 2001 From: yanansong Date: Tue, 14 Nov 2023 11:47:59 +0000 Subject: [PATCH] add release Signed-off-by: yanansong --- hilog.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hilog.spec b/hilog.spec index 5d70774..26cc240 100644 --- a/hilog.spec +++ b/hilog.spec @@ -46,11 +46,11 @@ cd %{_builddir} rm -rf %{_builddir}/out %ifarch x86_64 -./build.sh --product-name openeuler --target-cpu x86_64 +./build.sh --product-name openeuler --target-cpu x86_64 -b release %endif %ifarch aarch64 -./build.sh --product-name openeuler --target-cpu arm64 +./build.sh --product-name openeuler --target-cpu arm64 -b release %endif %install -- Gitee