From 1181904100e305072f35082bba930ccb9b6786fa Mon Sep 17 00:00:00 2001 From: Berlin_Peng Date: Mon, 18 Aug 2025 13:30:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=B9zstd=E9=83=A8?= =?UTF-8?q?=E5=88=86=E7=9A=84=E6=80=A7=E8=83=BD=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bpsf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bpsf/Makefile b/bpsf/Makefile index effe1aaf..58b418a8 100644 --- a/bpsf/Makefile +++ b/bpsf/Makefile @@ -1,7 +1,7 @@ CC = gcc BUILD_TYPE ?= release -CFLAGS += -fPIC -fvisibility=hidden +CFLAGS += -fPIC -fvisibility=hidden -O3 ifeq ($(BUILD_TYPE),debug) LIB_NAME = libksal_bpsf_debug.a -- Gitee