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
f11e4045
Commit
f11e4045
authored
Jun 19, 2013
by
Alex Smith
Committed by
Derek Buitenhuis
Jun 22, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: More msvc/icl combining
Signed-off-by:
Derek Buitenhuis
<
derek.buitenhuis@gmail.com
>
parent
f963f701
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
configure
configure
+7
-7
No files found.
configure
View file @
f11e4045
...
...
@@ -3945,14 +3945,14 @@ elif enabled tms470; then
add_cflags
-pds
=
824
-pds
=
837
elif
enabled pathscale
;
then
add_cflags
-fstrict-overflow
-OPT
:wrap_around_unsafe_opt
=
OFF
elif
enabled
msvc
;
then
elif
enabled
_any msvc icl
;
then
enabled x86_32
&&
disable aligned_stack
el
if
enabled icl
;
then
enabled x86_32
&&
disable aligned_stack
# basically -fstrict-aliasing for icl that doesn't work (correctly) on 13.x+
check_cpp_condition
"windows.h"
"__ICL < 1300"
&&
add_cflags
-Qansi-alias
# icl will pass the inline asm tests but inline asm is currently not supported (build will fail)
disable inline_asm
if
enabled icl
;
then
# basically -fstrict-aliasing for icl that doesn't work (correctly) on 13.x+
check_cpp_condition
"windows.h"
"__ICL < 1300"
&&
add_cflags
-Qansi-alias
# icl will pass the inline asm tests but inline asm is currently not supported (build will fail)
disable inline_asm
fi
fi
case
$target_os
in
...
...
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