--- Makefile 2008-03-10 06:52:45.000000000 +0000 +++ Makefile-new 2009-01-25 17:48:59.000000000 +0000 @@ -5,7 +5,8 @@ GIMP_LDFLAGS=`$(GIMPTOOL) --libs` GIMP_CFLAGS=`$(GIMPTOOL) --cflags` -CFLAGS=$(GIMP_CFLAGS) -O3 -fno-common -ffast-math -frename-registers -fomit-frame-pointer +CFLAGS=-O3 -fno-common -ffast-math -frename-registers -fomit-frame-pointer +MYCFLAGS=$(GIMP_CFLAGS) $(CFLAGS) LDFLAGS=$(GIMP_LDFLAGS) -lm @@ -30,7 +31,7 @@ @echo resynth: resynth.cc - $(CC) $(CFLAGS) -o $@ resynth.cc $(LDFLAGS) + $(CC) $(MYCFLAGS) -o $@ resynth.cc $(LDFLAGS) clean: -rm -f *~ *.o core resynth