Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf95322d

Browse files
committed
Remove optimization-specific stuff from OS sections. Use CDEBUG.
1 parent18bbad7 commitf95322d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

‎src/Makefile.global

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.52 1996/11/0403:59:09 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.53 1996/11/0405:01:47 momjian Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -480,9 +480,8 @@ CFLAGS_SL=-fpic
480480
# for postgres.mk
481481
#
482482
CC=gcc
483-
CFLAGS_OPT=-O2 -pipe
484483

485-
CFLAGS_BE= -D__USE_POSIX_SIGNALS -DUSE_POSIX_SIGNALS -O2
484+
CFLAGS_BE= -D__USE_POSIX_SIGNALS -DUSE_POSIX_SIGNALS
486485
LDADD_BE= -ldl -lfl
487486

488487
LEX = flex
@@ -667,7 +666,6 @@ CFLAGS_SL=-fpic
667666
#
668667
# for postgres.mk
669668
#
670-
CFLAGS_OPT=-O2 -pipe -m486
671669

672670
# The Linux gnulib #defines the problem away for you and calls
673671
# the BSD routines if you give it the right flags.
@@ -793,7 +791,6 @@ LD_ADD+= $(LDADD_BE)
793791
#
794792
# for postgres.mk
795793
#
796-
CFLAGS_OPT= -O
797794

798795
#
799796
# for postgres.user.mk

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp