From e8ca81eef401e1b865afb7359d04ceaa3d68cebb Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 21 May 2003 02:38:11 +0000 Subject: removed -g and -lSDL svn path=/trunk/externals/hcs/; revision=640 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d1882da..aa064a3 100644 --- a/Makefile +++ b/Makefile @@ -8,13 +8,13 @@ clean: ; rm -f *.pd_linux *.o *~ LINUXCFLAGS = -DUNIX -DPD -O2 -funroll-loops -fomit-frame-pointer \ -Wall -W -Wshadow -Wstrict-prototypes -Werror \ - -Wno-unused -Wno-parentheses -Wno-switch -g + -Wno-unused -Wno-parentheses -Wno-switch LINUXINCLUDE = -I/usr/local/lib/pd/include -I../../pd/src .c.pd_linux: cc $(LINUXCFLAGS) $(LINUXINCLUDE) -o $*.o -c $*.c - ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm -lSDL + ld -export_dynamic -shared -o $*.pd_linux $*.o -lc -lm strip --strip-unneeded $*.pd_linux rm $*.o -- cgit v1.2.1