[FFmpeg-cvslog] build: add LTO support for PGI compiler

Mans Rullgard git at videolan.org
Tue Oct 9 13:10:46 CEST 2012


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Fri Oct  5 03:42:12 2012 +0100| [643933f51d1cf0efedece07b058d46c87deb0b2d] | committer: Mans Rullgard

build: add LTO support for PGI compiler

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=643933f51d1cf0efedece07b058d46c87deb0b2d
---

 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index d4fcd1f..3e22d83 100755
--- a/configure
+++ b/configure
@@ -2151,6 +2151,7 @@ msvc_flags(){
 pgi_flags(){
     for flag; do
         case $flag in
+            -flto)                echo -Mipa=fast,libopt,libinline,vestigial ;;
             -fomit-frame-pointer) echo -Mnoframe ;;
             -g)                   echo -gopt ;;
             *)                    echo $flag ;;



More information about the ffmpeg-cvslog mailing list