build: add LTO support for PGI compiler
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
8f23907f3e
commit
643933f51d
1
configure
vendored
1
configure
vendored
@ -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 ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user