From ca9fd5e319a1e6ab2e59713c354694d2ab5a5fdd Mon Sep 17 00:00:00 2001 From: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com> Date: Fri, 5 Dec 2025 15:32:12 +0000 Subject: [PATCH] removed -g --- .github/scripts/strategy-matrix/generate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/strategy-matrix/generate.py b/.github/scripts/strategy-matrix/generate.py index a460b385ab..f60d699af2 100755 --- a/.github/scripts/strategy-matrix/generate.py +++ b/.github/scripts/strategy-matrix/generate.py @@ -209,7 +209,7 @@ def generate_strategy_matrix(all: bool, config: Config) -> list: ): continue - cxx_flags = "-g" + cxx_flags = "" # Enable code coverage for Debian Bookworm using GCC 14 in Debug and no # Unity on linux/amd64 if (