diff options
author | Matthew Oliver <protogonoi@gmail.com> | 2014-06-29 03:28:39 +1000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-06-29 19:24:12 +0200 |
commit | 09adb1dd364f02ccda243c72bb19e0e9f3eb1653 (patch) | |
tree | ccea35cfa89e03af6ee7ba103e3090fd47947a8c /configure | |
parent | 7f5d75f95b65eb8499f6bf65535ce18a7c38ec5f (diff) | |
download | ffmpeg-09adb1dd364f02ccda243c72bb19e0e9f3eb1653.tar.gz |
configure: enable lto for icl compiler.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } |