X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=Makefile;h=4721b789be273ec70fdbc50f567c2bab771cddf0;hp=42e520515845c2047bf9be442091a2ce52892e9c;hb=350a535d23c07b19f6358ac4d7593d0f905f428b;hpb=ed06328df452330b7210db2558ae125f6e0d8fe2 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)