blueloveTH 2 lat temu
rodzic
commit
81840e2cc3
1 zmienionych plików z 2 dodań i 1 usunięć
  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