--- trunk/xvidcore/build/generic/Makefile.linuxppc 2002/03/27 12:58:29 71 +++ branches/dev-api-3/xvidcore/build/generic/Makefile.linuxppc 2002/09/04 18:44:41 392 @@ -20,6 +20,13 @@ CFLAGS += -Wall -O3 -funroll-loops -ffast-math CFLAGS += -fstrict-aliasing -fomit-frame-pointer +## for profiling, uncomment the next line. +#CFLAGS += -D_PROFILING_ + +## for debugging, comment the previous lines and uncomment the next one. +#CFLAGS += -Wall -g + + AS = as %.o: %.s