提交 97f7896c 编写于 作者: D Daniel Gustafsson

Remove unused compiler flags from mapreduce Makefile

GPMapreduce isn't threaded so -pthreads is a noop causing annoying
warning messages in clang.
上级 595586bb
......@@ -18,10 +18,6 @@ SRCDIR= src
BUILDDIR= src
endif
ifneq ($(PORTNAME), win32)
override CFLAGS += $(PTHREAD_CFLAGS) -pthread
endif
override CPPFLAGS += $(BLD_CPPFLAGS_SOLARIS_OLD_VERSIONS) -DFRONTEND -I$(SRCDIR) -I$(INCDIR) -I$(libpq_srcdir)
override LDFLAGS += -lyaml
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册