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