Skip to content
Snippets Groups Projects
Commit c9f97d82 authored by Roman Shaposhnik's avatar Roman Shaposhnik Committed by Michael Niedermayer
Browse files

making configure sh script patch by (Roman Shaposhnick <rvs at sun dot com>)

Originally committed as revision 1730 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 50643575
No related branches found
No related tags found
No related merge requests found
...@@ -573,7 +573,7 @@ if test "x$targetos" != "xBeOS" && test "$os2" != "yes"; then ...@@ -573,7 +573,7 @@ if test "x$targetos" != "xBeOS" && test "$os2" != "yes"; then
fi fi
fi fi
if test "$small" == "yes"; then if test "$small" = "yes"; then
# CFLAGS=${CFLAGS//-O3/-Os} # CFLAGS=${CFLAGS//-O3/-Os}
CFLAGS="$CFLAGS -Os" CFLAGS="$CFLAGS -Os"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment