forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0fd7646
committed
Make hstore_plperl's build even more like plperl's
Combine the two places that set CPPFLAGS into one. Also, some settingsshould be restricted to Windows only. More precisely, -Wno-comment isa GCC-only option, but Windows in a makefile implies GCC at the moment.Also, since -Wno-comment is more properly a preprocessor option, move itto CPPFLAGS to simplify things a bit.1 parentd664a10 commit0fd7646
2 files changed
+7
-5
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 |
| |
8 | 13 |
| |
9 | 14 |
| |
| |||
21 | 26 |
| |
22 | 27 |
| |
23 | 28 |
| |
24 |
| - | |
25 |
| - | |
26 |
| - | |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
0 commit comments
Comments
(0)