From 65de5cf5e6d4f758c47775eb6a086c4810253873 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 18 Jul 2011 11:19:04 +0200 Subject: Solved compile warnings --- pthreads/Makefile | 4 ++-- 1 file 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) -- cgit v1.2.3