From c2fb523db6282d472fd1a032e1b834ee4f429b10 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 7 Jun 2003 15:02:59 +0000 Subject: eliminated updates on everything but the leftmost inlet, necessary because the ifeel.o kernel module crashes if the input is too fast; added help patch svn path=/trunk/externals/hcs/; revision=685 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aa064a3..800d171 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ LINUXCFLAGS = -DUNIX -DPD -O2 -funroll-loops -fomit-frame-pointer \ LINUXINCLUDE = -I/usr/local/lib/pd/include -I../../pd/src .c.pd_linux: - cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c + gcc-3.2 $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm strip --strip-unneeded $*.pd_linux rm $*.o -- cgit v1.2.1