From 526366b95025362f94219d0d3ac867632800c484 Mon Sep 17 00:00:00 2001 From: Abhijeet Patil Date: Wed, 17 Jan 2024 21:57:51 +0000 Subject: [PATCH] fixing build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 65f40d3895..dd631a2c98 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ else ifeq ($(BUILD_TYPE),debug) PG_CONFIGURE_OPTS = --enable-debug --with-openssl --enable-cassert --enable-depend PG_CFLAGS = -O0 -g3 $(CFLAGS) CPPFLAGS = -fsanitize=address -fsanitize=undefined -fno-sanitize-recover -fno-sanitize=function -Wno-cast-function-type-strict - LDFLAGS = -fsanitize=address -fsanitize=undefined -static-libasan + LDFLAGS = -fsanitize=address -fsanitize=undefined -static-libsan else $(error Bad build type '$(BUILD_TYPE)', see Makefile for options) endif