Optional support for zlib-based in-memory deflate/inflate for core files
[sbcl.git] / src / runtime / Config.x86_64-linux
index e1efb79..1c0b13f 100644 (file)
@@ -38,6 +38,10 @@ ifdef LISP_FEATURE_SB_THREAD
   OS_LIBS += -lpthread
 endif
 
+ifdef LISP_FEATURE_SB_CORE_COMPRESSION
+  OS_LIBS += -lz
+endif
+
 CFLAGS += -fno-omit-frame-pointer
 
 GC_SRC = gencgc.c