# HG changeset patch # User michael # Date 1035890503 0 # Node ID 2d04cdfd71861f47d58f5c15f7310bde6514be09 # Parent 26ddd166422ea663f6cc6574488f0f33c054fb43 -fomit-frame-pointer is needed for the PIC code diff -r 26ddd166422e -r 2d04cdfd7186 postproc/Makefile --- a/postproc/Makefile Tue Oct 29 10:09:10 2002 +0000 +++ b/postproc/Makefile Tue Oct 29 11:21:43 2002 +0000 @@ -42,7 +42,7 @@ $(CC) $(CS_TEST_OBJS) -o cs_test postprocess_pic.o: postprocess.c - $(CC) -c $(CFLAGS) -fPIC -DPIC -o $@ $< + $(CC) -c $(CFLAGS) -fomit-frame-pointer -fPIC -DPIC -o $@ $< $(SPPLIB): $(SPPOBJS) $(CC) -shared -Wl,-soname,$(SPPLIB).0 \