From 5142127b2aea4e01fe848b2ceaee733666899b0c Mon Sep 17 00:00:00 2001 From: Abhijeet Patil Date: Thu, 18 Jan 2024 18:03:59 +0000 Subject: [PATCH] removed -static-libasan and add -lsoci_oracle.d to LDFLAGS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2aaf7fb7c8..7632162ca3 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 -Wno-cast-function-type-strict - LDFLAGS = -fsanitize=address -fsanitize=undefined -static-libasan -static-libubsan + LDFLAGS = -fsanitize=address -fsanitize=undefined -static-libubsan -lsoci_oracle.d else $(error Bad build type '$(BUILD_TYPE)', see Makefile for options) endif