forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit365b5a3
committed
Use CXXFLAGS instead of CFLAGS for linking C++ code
Otherwise, this would break if using C and C++ compilers fromdifferent families and they understand different options. It alreadyused the right flags for compiling, this is only for linking. Also,the meson setup already did this correctly.Reported-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://www.postgresql.org/message-id/228700.1722717983@sss.pgh.pa.us1 parent028b4b2 commit365b5a3
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
|
0 commit comments
Comments
(0)