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 5e4dd86 commit 238dc46Copy full SHA for 238dc46
src/pl/plpgsql/src/Makefile
@@ -2,18 +2,14 @@
2
#
3
# Makefile for the plpgsql shared object
4
5
-# $PostgreSQL: pgsql/src/pl/plpgsql/src/Makefile,v 1.25 2004/02/10 07:26:25 tgl Exp $
+# $PostgreSQL: pgsql/src/pl/plpgsql/src/Makefile,v 1.26 2004/06/03 19:21:31 tgl 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