Module: libav
Branch: master
Commit: 643933f51d1cf0efedece07b058d46c87deb0b2d

Author:    Mans Rullgard <[email protected]>
Committer: Mans Rullgard <[email protected]>
Date:      Fri Oct  5 03:42:12 2012 +0100

build: add LTO support for PGI compiler

Signed-off-by: Mans Rullgard <[email protected]>

---

 configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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 ;;

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to