]> granicus.if.org Git - postgresql/commit
Don't try to force use of -no-cpp-precomp on OS X. It's been five years
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 2 Aug 2010 04:51:17 +0000 (04:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 2 Aug 2010 04:51:17 +0000 (04:51 +0000)
commit98c2383ba5b51ebd0e79d0bab8a7dc5de47983c0
tree5513f41b4bd97c6990082f2b9fb320ab4716422c
parentc3a05881de21438a29b6dc721ebd7d1e028a905a
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's
increasing interest in using other compilers that won't accept the switch
at all.  Better to let anybody who still needs the switch inject it via
CPPFLAGS.  Per gripe from Neil Conway.
src/template/darwin