configure: enable lto for icl compiler.

This commit is contained in:
Matthew Oliver 2014-06-29 03:28:39 +10:00 committed by Carl Eugen Hoyos
parent 7f5d75f95b
commit 09adb1dd36
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -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
}