Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
5cca4187
Commit
5cca4187
authored
Oct 11, 2016
by
Alex Converse
Committed by
Gerrit Code Review
Oct 11, 2016
Browse files
Merge "Remove -fno-strict-aliasing flag" into nextgenv2
parents
4a01dca3
9ed9ceda
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure
View file @
5cca4187
...
...
@@ -606,12 +606,7 @@ process_toolchain() {
check_add_cflags
-Wuninitialized
check_add_cflags
-Wunused-variable
case
${
CC
}
in
*
clang
*
)
# libaom and/or clang have issues with aliasing:
# https://code.google.com/p/webm/issues/detail?id=603
# work around them until they are fixed
check_add_cflags
-fno-strict-aliasing
;;
*
clang
*
)
;;
*
)
check_add_cflags
-Wunused-but-set-variable
;;
esac
if
enabled mips
||
[
-z
"
${
INLINE
}
"
]
;
then
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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