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

Commit87db3b8

Browse files
committed
Remove override of CFLAGS.
1 parent1fe2b77 commit87db3b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/Makefile.global.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*-makefile-*-
2-
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.98 2000/10/08 21:13:27 petere Exp $
2+
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.99 2000/10/1013:04:46 momjian Exp $
33

44
#------------------------------------------------------------------------------
55
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -137,7 +137,7 @@ CXX = @CXX@
137137
CXXFLAGS = @CXXFLAGS@ @INCLUDES@
138138

139139
ifeq ($(GCC), yes)
140-
overrideCFLAGS += -Wall -Wmissing-prototypes -Wmissing-declarations
140+
CFLAGS += -Wall -Wmissing-prototypes -Wmissing-declarations
141141
endif
142142

143143
# Kind-of compilers

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp