19 lines
638 B
Diff
19 lines
638 B
Diff
diff --git a/Makefile b/Makefile
|
|
index c64dfbf..28e1ccd 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -4,12 +4,12 @@
|
|
FD_VERSION=9.3.0
|
|
|
|
CC=gcc
|
|
-CFLAGS=-g -O -Wall -Wmissing-prototypes -Wmissing-declarations
|
|
+CFLAGS+=-Wall -Wmissing-prototypes -Wmissing-declarations
|
|
|
|
# If working with a PG source directory, point PGSQL_INCLUDE_DIR to its
|
|
# src/include subdirectory. If working with an installed tree, point to
|
|
# the server include subdirectory, eg /usr/local/include/postgresql/server
|
|
-PGSQL_INCLUDE_DIR=../../pgsql/src/include
|
|
+PGSQL_INCLUDE_DIR=/usr/include/pgsql/server
|
|
|
|
|
|
DISTFILES= README.pg_filedump Makefile Makefile.contrib \
|