Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
431c7bd3
Commit
431c7bd3
authored
May 04, 2014
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Map --enable-lto to -ipo when compiling with icc.
parent
a64df19c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
configure
configure
+10
-0
No files found.
configure
View file @
431c7bd3
...
...
@@ -3109,6 +3109,15 @@ icl_flags(){
done
}
icc_flags
(){
for
flag
;
do
case
$flag
in
-flto
)
echo
-ipo
;;
*
)
echo
$flag
;;
esac
done
}
pgi_flags
(){
for
flag
;
do
case
$flag
in
...
...
@@ -3230,6 +3239,7 @@ probe_cc(){
_cflags_speed
=
'-O3'
_cflags_size
=
'-Os'
_cflags_noopt
=
'-O1'
_flags_filter
=
icc_flags
elif
$_cc
-v
2>&1 |
grep
-q
xlc
;
then
_type
=
xlc
_ident
=
$(
$_cc
-qversion
2>/dev/null |
head
-n1
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment