Optional support for zlib-based in-memory deflate/inflate for core files
[sbcl.git] / src / runtime / Config.x86-linux
index cabbf71..6f12bc4 100644 (file)
@@ -38,6 +38,9 @@ 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