aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pthreads/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pthreads/Makefile b/pthreads/Makefile
index ce762315b..dcf1c76bb 100644
--- a/pthreads/Makefile
+++ b/pthreads/Makefile
@@ -28,7 +28,7 @@ CC = cl
CPPFLAGS = /I. /DHAVE_PTW32_CONFIG_H
XCFLAGS = /W3 /Zi /Gy /GF /nologo
CFLAGS = /O2 /Ob2 /Oi /Ox /Oy /Ot /MD /GL $(XCFLAGS)
-CFLAGSD = /Z7 /MDd $(XCFLAGS)
+CFLAGSD = /MDd $(XCFLAGS)
# Uncomment this if config.h defines RETAIN_WSALASTERROR
@@ -490,7 +490,7 @@ $(INLINED_STAMPS): $(OUTDIR) $(DLL_INLINED_OBJS)
$(STATIC_STAMPS): $(OUTDIR) $(DLL_INLINED_OBJS)
if exist $*.lib del $*.lib
- lib $(DLL_INLINED_OBJS) /out:$*.lib
+ lib /LTCG $(DLL_INLINED_OBJS) /out:$*.lib
$(OUTDIR):
mkdir $(OUTDIR)