X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.x86-win32;h=f77b20a3e053c4b428dbb35d9f55e0492d6b6058;hb=7be8d1462a207bda809cd7553c5d76c6ebc4dda2;hp=6c77482449e61f1b6b1473eb86631a3c84db6414;hpb=90de1f0d63063c87093ef0ba00e7dc0bb4a3fd7f;p=sbcl.git diff --git a/src/runtime/Config.x86-win32 b/src/runtime/Config.x86-win32 index 6c77482..f77b20a 100644 --- a/src/runtime/Config.x86-win32 +++ b/src/runtime/Config.x86-win32 @@ -1,3 +1,5 @@ +# -*- makefile -*- for the C-level run-time support for SBCL + # This software is part of the SBCL system. See the README file for # more information. # @@ -27,10 +29,13 @@ OS_SRC = win32-os.c x86-win32-os.c os-common.c # working on one and it would be a nice thing to have.) OS_LINK_FLAGS = -Wl,--export-dynamic OS_LIBS = +ifdef LISP_FEATURE_SB_CORE_COMPRESSION + OS_LIBS += -lz +endif GC_SRC = gencgc.c -CFLAGS = -g -Wall -O3 +CFLAGS = -g -Wall -O3 -fno-omit-frame-pointer ASFLAGS = $(CFLAGS) CPP = cpp