whisper.objc : add -O3 -DNDEBUG in release mode (#640)

This commit is contained in:
Jhen-Jie Hong
2023-03-23 04:16:04 +08:00
committed by GitHub
parent d4fa0d92ad
commit 1d749919e3
4 changed files with 12 additions and 1 deletions

View File

@ -430,6 +430,10 @@
LLVM_LTO = YES;
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.0;
OTHER_CFLAGS = (
"-O3",
"-DNDEBUG",
);
PRODUCT_BUNDLE_IDENTIFIER = com.whispercppdemo.WhisperCppDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = auto;