From d19424d07056d6aa2df6e997a8bea143a52c9a1b Mon Sep 17 00:00:00 2001 From: Vladimir Sarmin Date: Thu, 16 Jan 2025 10:35:23 +0300 Subject: [PATCH 1/2] Use GDWARF4 --- .github/workflows/greenplum-abi-tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/greenplum-abi-tests.yml b/.github/workflows/greenplum-abi-tests.yml index 258332233722..d28782c99aac 100644 --- a/.github/workflows/greenplum-abi-tests.yml +++ b/.github/workflows/greenplum-abi-tests.yml @@ -94,7 +94,9 @@ jobs: run: | pushd gpdb_src CC='gcc -m64' \ - CFLAGS='-Og -g3 -Wno-maybe-uninitialized' LDFLAGS='-Wl,--enable-new-dtags -Wl,--export-dynamic' \ + CXXFLAGS='-O0' \ + CFLAGS='-gdwarf-4 -Og -g3 -Wno-maybe-uninitialized' \ + LDFLAGS='-Wl,--enable-new-dtags -Wl,--export-dynamic' \ ./configure --with-gssapi --enable-orafce --enable-ic-proxy --enable-orca --with-libxml \ --with-uuid=e2fs --with-pgport=5432 --enable-tap-tests --enable-debug-extensions \ --with-perl --with-python --with-openssl --with-pam --with-ldap --disable-rpath \ From d67e58ec996e5ac629759b9b266df6b6c79e6b40 Mon Sep 17 00:00:00 2001 From: Artem Eluferev Date: Thu, 16 Jan 2025 11:09:00 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 52ee4ba0958b..d24270dedf69 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Follow [appropriate linux steps](README.Linux.md) for getting your system ready ### Build the database + ``` # Initialize and update submodules in the repository git submodule update --init