r26868 - trunk/contrib/fec/src/csrc
[email protected] Thu, 16 Apr 2009 01:53:45 +0000
| Newsgroups | gmane.network.freenet.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: j16sdiz Date: 2009-04-16 01:53:44 +0000 (Thu, 16 Apr 2009) New Revision: 26868 Modified: trunk/contrib/fec/src/csrc/Makefile Log: Compile with -fno-strict-aliasing Modified: trunk/contrib/fec/src/csrc/Makefile =================================================================== --- trunk/contrib/fec/src/csrc/Makefile 2009-04-16 01:53:33 UTC (rev 26867) +++ trunk/contrib/fec/src/csrc/Makefile 2009-04-16 01:53:44 UTC (rev 26868) @@ -10,7 +10,7 @@ CC?=gcc # COPT= -O9 -funroll-loops -COPT= -O1 -funroll-loops +COPT= -O1 -funroll-loops -fno-strict-aliasing CFLAGS?=$(COPT) -Wall -fPIC #-m32 SRCS= fec.c Makefile test.c DOCS= README fec.3