[cvs] / xvidcore / build / generic / Makefile.linuxx86 Repository:
ViewVC logotype

Diff of /xvidcore/build/generic/Makefile.linuxx86

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2, Tue Sep 24 22:27:32 2002 UTC revision 1.3, Fri Oct 25 11:29:07 2002 UTC
# Line 63  Line 63 
63    
64    
65    # General Optimization options    # General Optimization options
66        # Optimize code for size (implies -O2)        # on gcc 2.95 using -Os (which implies -O2) might be faster
67    CFLAGS += -Os    CFLAGS += -O2
68        # Unroll loops code, this might speed up loops        # Unroll loops code, this might speed up loops
69    CFLAGS += -funroll-loops    CFLAGS += -funroll-loops
70        # Generates FPU math code        # Generates FPU math code

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4