diff -Naur sexypsf/Linux/Makefile sexypsf.new/Linux/Makefile --- sexypsf/Linux/Makefile 2004-02-07 12:29:54.000000000 -0600 +++ sexypsf.new/Linux/Makefile 2004-03-28 11:02:12.537097048 -0600 @@ -8,7 +8,6 @@ RM = rm -f STRIP = strip -OPTIMIZE = -O2 -fomit-frame-pointer -finline-functions -ffast-math FLAGS = -g -D__LINUX__ -DPSS_STYLE=1 #-DTIMEO LIBS = -lz @@ -20,7 +19,7 @@ OBJS+= LnxMain.o -CFLAGS = -Wall -Winline ${OPTIMIZE} -I. -I.. -I/usr/include/g++ ${FLAGS} +CFLAGS+= -Wall -Winline -I. -I.. -I/usr/include/g++ ${FLAGS} CFLAGS+= $(shell gtk-config --cflags) #CFLAGS+= $(shell pkg-config gtk+-2.0 --cflags) diff -Naur sexypsf/xmms/Makefile sexypsf.new/xmms/Makefile --- sexypsf/xmms/Makefile 2003-09-20 15:12:30.000000000 -0500 +++ sexypsf.new/xmms/Makefile 2004-03-28 11:03:36.003408240 -0600 @@ -11,7 +11,6 @@ RM = rm -f #LD = ld -shared LIBS = -lz -shared $(shell gtk-config --libs) -OPTIMIZE = -O2 -finline-functions -ffast-math FLAGS = -DPSS_STYLE=1 OBJS = ../PsxBios.o ../PsxCounters.o ../PsxDma.o \ @@ -22,7 +21,7 @@ OBJS+= xmms.o ifeq (${CPU}, ix86) - OPTIMIZE += -fomit-frame-pointer -mcpu=i686 -fno-exceptions +# OPTIMIZE += -fomit-frame-pointer -mcpu=i686 -fno-exceptions endif ifeq (${CPU}, ppc) @@ -33,7 +32,7 @@ FLAGS+=-DMSB_FIRST endif -CFLAGS = -Wall ${OPTIMIZE} -I. -I.. -I/usr/include/g++ ${FLAGS} +CFLAGS+= -Wall -I. -I.. -I/usr/include/g++ ${FLAGS} CFLAGS+= $(shell gtk-config --cflags) #ifdef LD