forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5aae36d
committed
meson: Change default buildtype to debugoptimized
This matches the Autoconf default (-O2 + debug) better. The previousdefault setting "release" used -O3, which resulted in differentcompiler warnings. At least for now, we want to avoid suchdivergence.Discussion:https://www.postgresql.org/message-id/flat/CAFj8pRBJD_Y-XcqwXSbWS24z%2B84FFX7ajhCan9ixc_m4bD63sA%40mail.gmail.com1 parent563f21c commit5aae36d
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3001 | 3001 |
| |
3002 | 3002 |
| |
3003 | 3003 |
| |
3004 |
| - | |
| 3004 | + | |
3005 | 3005 |
| |
3006 | 3006 |
| |
3007 | 3007 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
0 commit comments
Comments
(0)