Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mark Harris
Opus
Commits
2446445b
Commit
2446445b
authored
Dec 02, 2013
by
Jean-Marc Valin
Browse files
Disables assembly optimizations by default because of several problems reported
parent
96408b62
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
2446445b
...
...
@@ -182,8 +182,8 @@ AS_IF([test "$enable_float_approx" = "yes"],[
])
AC_ARG_ENABLE([asm],
[AS_HELP_STRING([--
dis
able-asm], [
Dis
able assembly optimizations])],,
[enable_asm=
yes
])
[AS_HELP_STRING([--
en
able-asm], [
En
able assembly optimizations])],,
[enable_asm=
no
])
AC_ARG_ENABLE([rtcd],
[AS_HELP_STRING([--disable-rtcd], [Disable run-time CPU capabilities detection])],,
...
...
Write
Preview
Supports
Markdown
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