X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=Makefile;h=4721b789be273ec70fdbc50f567c2bab771cddf0;hb=0f9f1921197d79fe5069473b9d85ca4559ef8c42;hp=42e520515845c2047bf9be442091a2ce52892e9c;hpb=ed06328df452330b7210db2558ae125f6e0d8fe2;p=fio.git diff --git a/Makefile b/Makefile index 42e52051..4721b789 100644 --- a/Makefile +++ b/Makefile @@ -198,7 +198,7 @@ endif ifneq (,$(findstring CYGWIN,$(CONFIG_TARGET_OS))) SOURCE += os/windows/posix.c LIBS += -lpthread -lpsapi -lws2_32 - CFLAGS += -DPSAPI_VERSION=1 -Ios/windows/posix/include -Wno-format -static + CFLAGS += -DPSAPI_VERSION=1 -Ios/windows/posix/include -Wno-format endif OBJS := $(SOURCE:.c=.o)