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