openGauss supports pg_stat_statements

This commit is contained in:
hemny 2020-07-21 22:40:25 +08:00 committed by Gitee
parent 2068195aea
commit 2d643eed1d
1 changed files with 3 additions and 0 deletions

View File

@ -17,3 +17,6 @@ top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif
exclude_option=-fPIE
override CPPFLAGS := $(filter-out $(exclude_option),$(CPPFLAGS))