From 7b2cb0ac7a83a7a9d18185271aa4d9c31ced5f30 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 5 Jul 2012 02:53:53 +0200 Subject: Makefile: remove -fPIC for win32 to silence compiler warning --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cfbb9ab..7016e29 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ ifeq ($(UNAME),Darwin) LIBIRECOVERY_SHARED_LIBS = $(LIBS) else ifeq ($(UNAME),MINGW32_NT-5.1) - CFLAGS = -fPIC -O3 -I include -I c:\mingw\include + CFLAGS = -O3 -I include -I c:\mingw\include LDFLAGS = -static-libgcc -L c:\mingw\lib -L c:\mingw\bin LIBS = -lusb-1.0 -lsetupapi -- cgit v1.1-32-gdbae