Re: [FFmpeg-devel] how to build ffmpeg with -O0 instead of -O1

2016-03-21 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] how to build ffmpeg with -O0 instead of -O1

2016-03-21 Thread wm4
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-

[FFmpeg-devel] how to build ffmpeg with -O0 instead of -O1

2016-03-21 Thread qw
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