blueloveTH 2 年 前
コミット
81840e2cc3
1 ファイル変更2 行追加1 行削除
  1. 2 1
      build_android.sh

+ 2 - 1
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