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
2064a3b8
Commit
2064a3b8
authored
Jan 12, 2017
by
Kacper Michajłow
Committed by
Michael Niedermayer
Jan 17, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Don't disable SSA Optimizer on MSVC v19.00.24218+.
Signed-off-by:
Michael Niedermayer
<
michael@niedermayer.cc
>
parent
bdbbb8f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
configure
configure
+3
-3
No files found.
configure
View file @
2064a3b8
...
...
@@ -6320,9 +6320,9 @@ EOF
check_func strtoll
||
add_cflags
-Dstrtoll
=
_strtoi64
check_func strtoull
||
add_cflags
-Dstrtoull
=
_strtoui64
# the new SSA optimzer in VS2015 U3 is mis-optimizing some parts of the code
#
this flag should be re-checked on newer compiler releases and put under a
# version check once its fixed
check_cflags
-d2SSAOptimizer-
#
Issue has been fixed in MSVC v19.00.24218.
check_cpp_condition windows.h
"_MSC_FULL_VER >= 190024218"
||
check_cflags
-d2SSAOptimizer-
fi
for
pfx
in
""
host_
;
do
...
...
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