Skip to content
Snippets Groups Projects
Commit 2446445b authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Disables assembly optimizations by default because of several problems reported

parent 96408b62
No related branches found
No related tags found
No related merge requests found
......@@ -182,8 +182,8 @@ AS_IF([test "$enable_float_approx" = "yes"],[
])
AC_ARG_ENABLE([asm],
[AS_HELP_STRING([--disable-asm], [Disable assembly optimizations])],,
[enable_asm=yes])
[AS_HELP_STRING([--enable-asm], [Enable assembly optimizations])],,
[enable_asm=no])
AC_ARG_ENABLE([rtcd],
[AS_HELP_STRING([--disable-rtcd], [Disable run-time CPU capabilities detection])],,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment