--- trunk/xvidcore/build/generic/Makefile.linuxx86 2002/11/16 11:16:09 647 +++ branches/dev-api-3/xvidcore/build/generic/Makefile.linuxx86 2003/01/13 18:20:20 785 @@ -4,7 +4,7 @@ # # Edit this file to enable/disable optimizations # -# $Id: Makefile.linuxx86,v 1.4 2002-11-16 11:16:09 chl Exp $ +# $Id: Makefile.linuxx86,v 1.5.2.2 2003-01-13 18:20:20 chl Exp $ # ############################################################################# @@ -41,9 +41,6 @@ # PSNR during encoding # CFLAGS += -D_DEBUG_PSNR -# Enable BFrame decoding (still beta) -# CFLAGS += -DBFRAMES_DEC - LIBDIR = /usr/local/lib ifeq ($(CC),icc) @@ -63,8 +60,8 @@ # General Optimization options - # on gcc 2.95 using -Os (which implies -O2) might be faster - CFLAGS += -O2 + # Optimize code for size (implies -O2) + CFLAGS += -Os # Unroll loops code, this might speed up loops CFLAGS += -funroll-loops # Generates FPU math code @@ -144,6 +141,7 @@ %.o: %.asm $(AS) $(AFLAGS) -I$(