From f23d9ff3b06bcf0d0e2d0c7e3c41c2f2bc6d5619 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Sat, 13 Nov 2010 17:50:26 +0100 Subject: [PATCH] drop -fomit-frame-pointer from UNIX compilation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 200484a4..275bbc60 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ all: ### UNIX build: linux, bsd, mac, rtems ########################################################################## -CFLAGS= -W -Wall -std=c99 -pedantic -O2 -fomit-frame-pointer $(COPT) +CFLAGS= -W -Wall -std=c99 -pedantic -O2 $(COPT) MAC_SHARED= -flat_namespace -bundle -undefined suppress LINFLAGS= -ldl -pthread $(CFLAGS) LIB= _$(PROG).so