mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 00:32:31 +00: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.
|
# 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…
Reference in New Issue
Block a user