aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-06-29 22:26:43 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-06-29 22:26:46 +0200
commit86576129bd22401c5155772971809ca1be01ca59 (patch)
treeb7264c04d5fd29738256bf6542e740045b9a79ca
parentc5a405c4f07066efa786b75865c2c9c8f2a399ed (diff)
parent09adb1dd364f02ccda243c72bb19e0e9f3eb1653 (diff)
downloadffmpeg-86576129bd22401c5155772971809ca1be01ca59.tar.gz
Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master: configure: enable lto for icl compiler. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 6c5ae3ec8c..d17abb9881 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
}