File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3001,7 +3001,7 @@ ninja install
3001
3001
<listitem>
3002
3002
<para>
3003
3003
This option can be used to specify the buildtype to use; defaults to
3004
- <option>release </option>. If you'd like finer control on the debug
3004
+ <option>debugoptimized </option>. If you'd like finer control on the debug
3005
3005
symbols and optimization levels than what this option provides, you
3006
3006
can refer to the <option>--debug</option> and
3007
3007
<option>--optimization</option> flags.
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ project('postgresql',
18
18
default_options : [
19
19
' warning_level=1' , #-Wall equivalent
20
20
' b_pch=false' ,
21
- ' buildtype=release ' ,
21
+ ' buildtype=debugoptimized ' , # -O2 + debug
22
22
# For compatibility with the autoconf build, set a default prefix. This
23
23
# works even on windows, where it's a drive-relative path (i.e. when on
24
24
# d:/somepath it'll install to d:/usr/local/pgsql)
You can’t perform that action at this time.
0 commit comments