X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=src%2Fruntime%2FConfig.x86-win32;h=a047e6342a69ed870628ca9f21bc948ef8778160;hb=c712f88b26cd7547ee984b90e18c134401335bc3;hp=f77b20a3e053c4b428dbb35d9f55e0492d6b6058;hpb=7976926f8112b708d5927a69923cf7a3dd003c55;p=sbcl.git diff --git a/src/runtime/Config.x86-win32 b/src/runtime/Config.x86-win32 index f77b20a..a047e63 100644 --- a/src/runtime/Config.x86-win32 +++ b/src/runtime/Config.x86-win32 @@ -14,7 +14,8 @@ TARGET=sbcl.exe ASSEM_SRC = x86-assem.S ARCH_SRC = x86-arch.c -OS_SRC = win32-os.c x86-win32-os.c os-common.c +OS_SRC = win32-os.c x86-win32-os.c os-common.c pthreads_win32.c + # The "--Wl,--export-dynamic" flags are here to help people # experimenting with callbacks from C to SBCL, by allowing linkage to # SBCL src/runtime/*.c symbols from C. Work on this is good, but it's @@ -35,7 +36,7 @@ endif GC_SRC = gencgc.c -CFLAGS = -g -Wall -O3 -fno-omit-frame-pointer +CFLAGS = -g -Wall -O3 -fno-omit-frame-pointer -mno-cygwin -march=i686 -DWINVER=0x0501 ASFLAGS = $(CFLAGS) CPP = cpp