Don't set CC in the Makefile

Reported by Aleksander Alekseev
This commit is contained in:
Christoph Berg 2016-10-14 11:15:58 +02:00
parent 40ea60cf06
commit d2da0be6c8

View File

@ -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