[FFmpeg-devel] [PATCH]Allow to compile with --disable-optimizations with icc
Carl Eugen Hoyos
cehoyos
Sun May 2 21:06:46 CEST 2010
Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:
> > Currently, icc compilation fails with --disable-optimizations, because icc
> > does not optimize symbols away with -O0:
>
> I missed the reason for -O0: For icc, -g implies -O0
> So the new line should actually be:
> disabled optimizations && enabled debug && check_cflags -O1
I will apply this variant next week if nobody objects.
Carl Eugen
More information about the ffmpeg-devel
mailing list