[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 719, Sat Dec 14 09:28:57 2002 UTC revision 720, Sat Dec 14 09:35:11 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.5 2002-12-14 09:28:56 suxen_drol Exp $  # $Id: Makefile.linuxx86,v 1.5.2.1 2002-12-14 09:35:11 suxen_drol Exp $
8  #  #
9  #############################################################################  #############################################################################
10    
# Line 60  Line 60 
60    
61    
62    # General Optimization options    # General Optimization options
63        # on gcc 2.95 using -Os (which implies -O2) might be faster        # Optimize code for size (implies -O2)
64    CFLAGS += -O2    CFLAGS += -Os
65        # Unroll loops code, this might speed up loops        # Unroll loops code, this might speed up loops
66    CFLAGS += -funroll-loops    CFLAGS += -funroll-loops
67        # Generates FPU math code        # Generates FPU math code
# Line 141  Line 141 
141  %.o: %.asm  %.o: %.asm
142          $(AS) $(AFLAGS) -I$(<D) $< -o $@          $(AS) $(AFLAGS) -I$(<D) $< -o $@
143    
144    
145  RM = rm -rf  RM = rm -rf
146    
147    

Legend:
Removed from v.719  
changed lines
  Added in v.720

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