File tree 4 files changed +4
-0
lines changed
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 76
76
postgresql_major=${{ steps.version.outputs.postgresql_major }}
77
77
postgresql_release=${{ steps.version.outputs.postgresql_release }}
78
78
CPPFLAGS=-mcpu=${{ matrix.mcpu }}
79
+ CFLAGS=-g3
79
80
tags : supabase/postgres:deb
80
81
platforms : linux/${{ matrix.arch }}
81
82
outputs : type=tar,dest=/tmp/pg-deb.tar
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ jobs:
103
103
postgresql_major=${{ steps.version.outputs.postgresql_major }}
104
104
postgresql_release=${{ steps.version.outputs.postgresql_release }}
105
105
CPPFLAGS=-mcpu=${{ matrix.mcpu }}
106
+ CFLAGS=-g3
106
107
tags : supabase/postgres:deb
107
108
platforms : linux/${{ matrix.arch }}
108
109
outputs : type=tar,dest=/tmp/pg-deb.tar
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ ENV DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)"
37
37
# Configure processor optimised build
38
38
ARG CPPFLAGS=""
39
39
ENV DEB_CPPFLAGS_APPEND="${CPPFLAGS} -fsigned-char"
40
+ ENV DEB_CFLAGS_APPEND="-g3"
40
41
ARG DEB_BUILD_PROFILES="pkg.postgresql.nozstd"
41
42
ENV DEB_BUILD_PROFILES="${DEB_BUILD_PROFILES}"
42
43
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ docker buildx build \
37
37
--build-arg postgresql_major=15 \
38
38
--build-arg postgresql_release=15.1 \
39
39
--build-arg CPPFLAGS=-mcpu=neoverse-n1 \
40
+ --build-arg CFLAGS=-g3
40
41
--file=docker/Dockerfile \
41
42
--target=pg-deb \
42
43
--tag=supabase/postgres:deb \
You can’t perform that action at this time.
0 commit comments