[Bug 1753] Use -funroll-loops with umac.c

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Sat Apr 10 10:25:37 EST 2010


https://bugzilla.mindrot.org/show_bug.cgi?id=1753

Darren Tucker <dtucker at zip.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dtucker at zip.com.au

--- Comment #1 from Darren Tucker <dtucker at zip.com.au> 2010-04-10 10:25:36 EST ---
(In reply to comment #0)
> umac.o: umac.c
>         $(CC) $(CFLAGS) -funroll-loops $(CPPFLAGS) -c $?

Well the first problem with that not all compilers understand
-funroll-loops, so it'll stop it compiling in anything that's not gcc
(or pretending to be gcc).

Can you just do "./configure --with-cflags=-funroll-loops"?  or does
that have a detrimental impact elsewhere?

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list