Merge remote-tracking branch 'cehoyos/master'
* cehoyos/master: configure: enable lto for icl compiler. Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
86576129bd
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue