Fix cut-to-width in the presence of bad constants in dead code.
[sbcl.git] / src / runtime / Config.x86-linux
index 4b5f99e..6f12bc4 100644 (file)
@@ -33,11 +33,14 @@ OS_LIBS = -ldl
 ifdef LISP_FEATURE_LARGEFILE
   CFLAGS += -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
 endif
-CFLAGS += -m32
+CFLAGS += -m32 -fno-omit-frame-pointer
 
 ifdef LISP_FEATURE_SB_THREAD
   OS_LIBS += -lpthread
 endif
+ifdef LISP_FEATURE_SB_CORE_COMPRESSION
+  OS_LIBS += -lz
+endif
 
 GC_SRC = gencgc.c