We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12afcda commit 64264ffCopy full SHA for 64264ff
1 file changed
do-compile/android/ffmpeg.sh
@@ -95,7 +95,7 @@ echo "----------------------"
95
echo "[*] compile"
96
97
# V=1
98
-make -j$MR_HOST_NPROC >/dev/null
+make V=1 -j$MR_HOST_NPROC >/dev/null
99
100
echo "----------------------"
101
echo "[*] install"
0 commit comments