mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
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
configure
vendored
1
configure
vendored
@ -3142,6 +3142,7 @@ icl_flags(){
|
|||||||
# on Windows, does enable remarks so disable them here.
|
# on Windows, does enable remarks so disable them here.
|
||||||
-Wall) echo $flag -Qdiag-disable:remark ;;
|
-Wall) echo $flag -Qdiag-disable:remark ;;
|
||||||
-std=c99) echo -Qstd=c99 ;;
|
-std=c99) echo -Qstd=c99 ;;
|
||||||
|
-flto) echo -ipo ;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user