[svn] / branches / dev-api-3 / xvidcore / build / generic / Makefile.linuxx86 Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/build/generic/Makefile.linuxx86

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

revision 536, Tue Sep 24 22:27:32 2002 UTC revision 612, Fri Oct 25 11:29:07 2002 UTC
# Line 4  Line 4 
4  #  #
5  # Edit this file to enable/disable optimizations  # Edit this file to enable/disable optimizations
6  #  #
7  # $Id: Makefile.linuxx86,v 1.2 2002-09-24 22:27:32 edgomez Exp $  # $Id: Makefile.linuxx86,v 1.3 2002-10-25 11:29:07 chl Exp $
8  #  #
9  #############################################################################  #############################################################################
10    
# 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.536  
changed lines
  Added in v.612

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