summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMatthew Oliver <protogonoi@gmail.com>2014-06-29 03:28:39 +1000
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-06-29 19:24:12 +0200
commit09adb1dd364f02ccda243c72bb19e0e9f3eb1653 (patch)
treeccea35cfa89e03af6ee7ba103e3090fd47947a8c /configure
parent7f5d75f95b65eb8499f6bf65535ce18a7c38ec5f (diff)
configure: enable lto for icl compiler.
Diffstat (limited to 'configure')
-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
}