Re: Call for port reports
От
Kevin Brown
Тема
Re: Call for port reports
Дата
Msg-id
20031025222645.GG6073@filer
Ответ на
Re: Call for port reports (Bruce Momjian)
Список
Дерево обсуждения
Re: Call for port reports Christopher Browne <cbbrowne@acm.org>
Re: Call for port reports Alvaro Herrera <alvherre@dcc.uchile.cl>
Re: Call for port reports Bruce Momjian <pgman@candle.pha.pa.us>
Bruce Momjian wrote: > How does everyone like this patch? It removes -g from non-debug > compiles, and changes -O2 to -O for FreeBSD/Alpha. I'd be hesitant to remove -g from non-debug compiles. If something crashes, it's useful to be able to get a good stacktrace from the resulting core file. The -g option makes that possible for optimized code when compiling with gcc. Is there any way we can have configure put -g in when it detects gcc? -- Kevin Brown kevin@sysexperts.com
В списке pgsql-hackers по дате отправления