From d2da0be6c87c345e0726289f8b7bfcfea0334ca8 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Fri, 14 Oct 2016 11:15:58 +0200 Subject: [PATCH] Don't set CC in the Makefile Reported by Aleksander Alekseev --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 29c1057..f0d4c24 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,6 @@ # note this must match version macros in pg_filedump.h FD_VERSION=9.6.0 -CC=gcc CFLAGS=-g -O -Wall -Wmissing-prototypes -Wmissing-declarations # If working with a PG source directory, point PGSQL_INCLUDE_DIR to its