changeset 7956:2d04cdfd7186

-fomit-frame-pointer is needed for the PIC code
author michael
date Tue, 29 Oct 2002 11:21:43 +0000
parents 26ddd166422e
children 31fd09cc9ba2
files postproc/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 \