[FFmpeg-devel] [PATCH]Allow to compile with --disable-optimizations with icc
Carl Eugen Hoyos
cehoyos
Fri Apr 9 17:51:33 CEST 2010
Carl Eugen Hoyos <cehoyos <at> rainbow.studorg.tuwien.ac.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
Please comment, Carl Eugen
More information about the ffmpeg-devel
mailing list