Skip to content
Snippets Groups Projects
Commit 8371776a authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

forgot to commit this.

parent 0f1d06bb
No related branches found
No related tags found
1 merge request!284Space rebuild
......@@ -284,7 +284,7 @@ AC_ARG_ENABLE([loop-unrolling],
[Tell the compiler explicitly to unroll loops @<:@no/yes@:>@]
)],
[enable_loop_unrolling="$enableval"],
[enable_loop_unrolling="yes"]
[enable_loop_unrolling="$enable_opt"]
)
if test "$enable_loop_unrolling" = "yes"; then
CFLAGS="$CFLAGS -funroll-loops"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment