Skip to content

Commit

Permalink
shell: Fix Release Diable Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua committed Feb 11, 2019
1 parent f0e2593 commit bc69197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/do-compile-android-ffmpeg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ case "$FF_BUILD_OPT" in
;;
*)
FF_CFG_FLAGS="$FF_CFG_FLAGS --enable-optimizations"
FF_CFG_FLAGS="$FF_CFG_FLAGS --enable-debug"
FF_CFG_FLAGS="$FF_CFG_FLAGS --disable-debug"
FF_CFG_FLAGS="$FF_CFG_FLAGS --enable-small"
;;
esac
Expand Down

0 comments on commit bc69197

Please sign in to comment.