gencgc: More precise conservatism for pointers to boxed pages.
[sbcl.git] / src / runtime / Config.x86-darwin
index c1a3eb7..6c8780a 100644 (file)
@@ -9,7 +9,7 @@
 # provided with absolutely no warranty. See the COPYING and CREDITS
 # files for more information.
 
-CFLAGS = -arch i386 -g -Wall -O2 -fdollars-in-identifiers
+CFLAGS = -arch i386 -g -Wall -O2 -fdollars-in-identifiers -fno-omit-frame-pointer
 LINKFLAGS += -arch i386
 ifdef LISP_FEATURE_DARWIN9_OR_BETTER
 CFLAGS += -mmacosx-version-min=10.5
@@ -25,6 +25,9 @@ OS_LIBS = -lSystem -lc -ldl
 ifdef LISP_FEATURE_SB_THREAD
   OS_LIBS += -lpthread
 endif
+ifdef LISP_FEATURE_SB_CORE_COMPRESSION
+  OS_LIBS += -lz
+endif
 
 CC = gcc