[FFmpeg-cvslog] configure: enable lto for icl compiler.
Matthew Oliver
git at videolan.org
Sun Jun 29 22:49:12 CEST 2014
ffmpeg | branch: master | Matthew Oliver <protogonoi at gmail.com> | Sun Jun 29 03:28:39 2014 +1000| [09adb1dd364f02ccda243c72bb19e0e9f3eb1653] | committer: Carl Eugen Hoyos
configure: enable lto for icl compiler.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=09adb1dd364f02ccda243c72bb19e0e9f3eb1653
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 6c5ae3e..d17abb9 100755
--- a/configure
+++ b/configure
@@ -3142,6 +3142,7 @@ icl_flags(){
# on Windows, does enable remarks so disable them here.
-Wall) echo $flag -Qdiag-disable:remark ;;
-std=c99) echo -Qstd=c99 ;;
+ -flto) echo -ipo ;;
esac
done
}
More information about the ffmpeg-cvslog
mailing list