# We differentiate between release / debug build types using the BUILD_TYPE
# environment variable.
#
BUILD_TYPE?= debug
ifeq($(BUILD_TYPE),release)
PG_CONFIGURE_OPTS= --enable-debug
PG_CFLAGS= -O2 -g3 $(CFLAGS)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.