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

Commit98c2383

Browse files
committed
Don't try to force use of -no-cpp-precomp on OS X. It's been five years
since Apple shipped a compiler that needed this switch, and there'sincreasing interest in using other compilers that won't accept the switchat all. Better to let anybody who still needs the switch inject it viaCPPFLAGS. Per gripe from Neil Conway.
1 parentc3a0588 commit98c2383

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎src/template/darwin

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
# $PostgreSQL: pgsql/src/template/darwin,v 1.11 2007/09/26 00:32:46 tgl Exp $
2-
3-
# Apple's cpp-precomp seems a tad broken, so don't use it
4-
# (Note: on OS X before 10.2, you might need -traditional-cpp instead)
5-
CC="$CC -no-cpp-precomp"
1+
# $PostgreSQL: pgsql/src/template/darwin,v 1.12 2010/08/02 04:51:17 tgl Exp $
62

73
# Select appropriate semaphore support. Darwin 6.0 (Mac OS X 10.2) and up
84
# support System V semaphores; before that we have to use POSIX semaphores,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp