aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1996-11-04 05:01:47 +0000
committerBruce Momjian <bruce@momjian.us>1996-11-04 05:01:47 +0000
commitf95322d9ef45c0ae17d3ac2d5f6beca98489e238 (patch)
treed77a15af2edfa06c91ef31e6a17e35a97e1c3298
parent18bbad7696ca9f9a1fae646b73f71509dd0d5342 (diff)
downloadpostgresql-f95322d9ef45c0ae17d3ac2d5f6beca98489e238.tar.gz
postgresql-f95322d9ef45c0ae17d3ac2d5f6beca98489e238.zip
Remove optimization-specific stuff from OS sections. Use CDEBUG.
-rw-r--r--src/Makefile.global7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/Makefile.global b/src/Makefile.global
index bc5ee55aa85..b6ec4c24bac 100644
--- a/src/Makefile.global
+++ b/src/Makefile.global
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.52 1996/11/04 03:59:09 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.53 1996/11/04 05:01:47 momjian Exp $
#
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -480,9 +480,8 @@ CFLAGS_SL= -fpic
# for postgres.mk
#
CC= gcc
-CFLAGS_OPT= -O2 -pipe
-CFLAGS_BE= -D__USE_POSIX_SIGNALS -DUSE_POSIX_SIGNALS -O2
+CFLAGS_BE= -D__USE_POSIX_SIGNALS -DUSE_POSIX_SIGNALS
LDADD_BE= -ldl -lfl
LEX = flex
@@ -667,7 +666,6 @@ CFLAGS_SL= -fpic
#
# for postgres.mk
#
-CFLAGS_OPT= -O2 -pipe -m486
# The Linux gnulib #defines the problem away for you and calls
# the BSD routines if you give it the right flags.
@@ -793,7 +791,6 @@ LD_ADD+= $(LDADD_BE)
#
# for postgres.mk
#
-CFLAGS_OPT= -O
#
# for postgres.user.mk