mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
configure: enable lto for icl compiler.
This commit is contained in:
parent
7f5d75f95b
commit
09adb1dd36
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…
x
Reference in New Issue
Block a user