On Mon, Mar 21, 2016 at 08:37:25PM +0800, qw wrote:
> Hi,
>
> I want to build ffmpeg without optimization options, which means compiling
> flags uses O0 instead of O1-O3. I use the following command to build ffmpeg,
> where O1 is used in config.mak.
>
> ./configure --enable-debug --disable-op
On Mon, 21 Mar 2016 20:37:25 +0800 (CST)
qw wrote:
> Hi,
>
> I want to build ffmpeg without optimization options, which means compiling
> flags uses O0 instead of O1-O3. I use the following command to build ffmpeg,
> where O1 is used in config.mak.
>
> ./configure --enable-debug --disable-
Hi,
I want to build ffmpeg without optimization options, which means compiling
flags uses O0 instead of O1-O3. I use the following command to build ffmpeg,
where O1 is used in config.mak.
./configure --enable-debug --disable-optimizations ..
I want to disable all optimization options to