blueloveTH hace 2 años
padre
commit
81840e2cc3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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