From ab4369e142702c0be75d742bf527267594e283fa Mon Sep 17 00:00:00 2001 From: pmp-p Date: Mon, 26 Aug 2024 16:49:38 +0200 Subject: [PATCH] O2 -> O0 --- cibuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cibuild.sh b/cibuild.sh index e0d226e9..10b77994 100755 --- a/cibuild.sh +++ b/cibuild.sh @@ -200,7 +200,7 @@ END else export PGDEBUG="" - export CDEBUG="-g0 -O2" + export CDEBUG="-g0 -O0" cat > ${PG_DEBUG_HEADER} << END #ifndef I_PGDEBUG #define I_PGDEBUG