diff loader/Makefile @ 21624:78e06aec663a

Fix crashes in loader code: There is still some code that can not handle omitted frame pointers. And next time think thrice before changing loader Makefiles!!!
author reimar
date Sat, 16 Dec 2006 23:59:06 +0000
parents 06a0a4dbf1a0
children 3d1b23cf3d08
line wrap: on
line diff
--- a/loader/Makefile	Sat Dec 16 21:24:12 2006 +0000
+++ b/loader/Makefile	Sat Dec 16 23:59:06 2006 +0000
@@ -31,6 +31,8 @@
 
 include ../mpcommon.mak
 
+CFLAGS+=-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer
+
 dshow/test: dshow/test.c $(LIBNAME)
 	$(CC) $(CFLAGS) -o $@ $^ -lstdc++