We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 253ade2 commit 1837f8cCopy full SHA for 1837f8c
src/pl/plpgsql/src/Makefile
@@ -2,14 +2,18 @@
2
#
3
# Makefile for the plpgsql shared object
4
5
-# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Makefile,v 1.16 2001/05/25 04:26:21 momjian Exp $
+# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Makefile,v 1.17 2001/08/21 16:25:21 petere Exp $
6
7
#-------------------------------------------------------------------------
8
9
subdir = src/pl/plpgsql/src
10
top_builddir = ../../../..
11
include $(top_builddir)/src/Makefile.global
12
13
+ifeq ($(GCC), yes)
14
+override CFLAGS+= -Wno-error
15
+endif
16
+
17
# Shared library parameters
18
NAME= plpgsql
19
SO_MAJOR_VERSION= 1
0 commit comments