forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfc6b7c5
committed
Latest version of gcc from Apple does not work well with -traditional-cpp
(it rejects some system header files...). Use -no-cpp-precomp instead.I think it is okay to change this unconditionally, but if we hearcomplaints from people still using very old compilers on Darwin,we could put in a test to see which switch the compiler likes.1 parent28847ae commitfc6b7c5
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
|
0 commit comments
Comments
(0)