oops, fix recent NANOSLEEP change
[sbcl.git] / src / runtime / Config.x86-win32
index 6c77482..beee35b 100644 (file)
@@ -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.
 #
@@ -30,7 +32,7 @@ OS_LIBS =
 
 GC_SRC = gencgc.c
 
-CFLAGS =  -g -Wall -O3
+CFLAGS = -g -Wall -O3 -fno-omit-frame-pointer
 ASFLAGS = $(CFLAGS)
 
 CPP = cpp