From 81840e2cc371c248a7286b42ff10d0da269f6f80 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sat, 9 Dec 2023 19:32:32 +0800 Subject: [PATCH] ... --- build_android.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_android.sh b/build_android.sh index 8197770d..7c407b97 100644 --- a/build_android.sh +++ b/build_android.sh @@ -11,6 +11,7 @@ cmake \ -DANDROID_ABI=$1 \ -DANDROID_PLATFORM=android-22 \ ../../.. \ - -DPK_BUILD_SHARED_LIB=ON -DPK_USE_CJSON=ON -DPK_USE_BOX2D=ON + -DPK_BUILD_SHARED_LIB=ON -DPK_USE_CJSON=ON -DPK_USE_BOX2D=ON \ + -DCMAKE_BUILD_TYPE=Release cmake --build . --config Release