pgsql: ci: compile with -Og where applicable.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: compile with -Og where applicable.
Date: 2022-03-18 22:43:07
Message-ID: E1nVLJK-000KXX-JY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: compile with -Og where applicable.

To improve performance of check-world, and improve debugging, without
significantly slower builds (they're cached anyway).

This makes freebsd check-world run in 8.5 minutes rather than 15 minutes.

Author: Justin Pryzby <pryzbyj(at)telsasoft(dot)com>
Reviewed-By: Andres Freund <andres(at)anarazel(dot)de>
Discussion: https://postgr.es/m/20220310220611.GH28503@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4a288a37f9b7bfd13c4f5cd8b545ac856f975813

Modified Files
--------------
.cirrus.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Julien Rouhaud 2022-03-19 00:59:14 Re: pgsql: Add option to use ICU as global locale provider
Previous Message Andres Freund 2022-03-18 22:09:59 Re: pgsql: Add option to use ICU as global locale provider